#342E18

Color #342E18 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #342E18

Tints of Maire #342E18

Color information

#342E18 (or 0x342E18) is unknown color: approx Maire. HEX triplet: 34, 2E and 18. RGB value is (52,46,24). Sum of RGB (Red+Green+Blue) = 52+46+24=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E18 is #CBD1E7. Grayscale: #2D2D2D. Windows color (decimal): -13357544 or 1584692. OLE color: 1584692.

HSL color Cylindrical-coordinate representation of color #342E18: hue angle of 47.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342E18 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB524624-
CMYK00.120.540.80
HSL47.14º36.84%14.9%-
HSV(B)47.14º53.85%20.39%-
XYZ2.562.751.26-
YUV45.29115.99132.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=42.62%
G=37.70%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52462400.120.540.8047.1436.8414.9
Hex342E180C36502f25f
Octal64563001466120574517
Binary110100101110110000110011011010100001011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E18; }

 p { color: rgb(52,46,24); }

 H1.HeaderClassName
 {
   color: #342E18;
 }
 .AnyTagClassName
 {
   color: #342E18;
 }
</style>
background-color css

<style>
 a { background-color: #342E18; }

 a { background-color: rgb(52,46,24); }

 div.DivClassName
 {
   background-color: #342E18;
 }
 .BgClassName
 {
   background-color: #342E18;
 }
</style>
border-color css

<style>
 span { border-color: #342E18; }

 span { border-color: rgb(52,46,24); }

 td.TdClassName
 {
   border-color: #342E18;
 }
 .TagClassName
 {
   border-color: #342E18;
 }
</style>