#342212

Color #342212 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #342212

Tints of Cocoa Brown #342212

Color information

#342212 (or 0x342212) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 12. RGB value is (52,34,18). Sum of RGB (Red+Green+Blue) = 52+34+18=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342212 is #CBDDED. Grayscale: #252525. Windows color (decimal): -13360622 or 1188404. OLE color: 1188404.

HSL color Cylindrical-coordinate representation of color #342212: hue angle of 28.24º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342212 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB523418-
CMYK00.350.650.80
HSL28.24º48.57%13.73%-
HSV(B)28.24º65.38%20.39%-
XYZ2.11.920.83-
YUV37.56116.96138.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=50%
G=32.69%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52341800.350.650.8028.2448.5713.73
Hex34221202341501c31e
Octal644222043101120346116
Binary11010010001010010010001110000011010000111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342212; }

 p { color: rgb(52,34,18); }

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

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

 a { background-color: rgb(52,34,18); }

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

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

 span { border-color: rgb(52,34,18); }

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