#342416

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

Shades of Cocoa Brown #342416

Tints of Cocoa Brown #342416

Color information

#342416 (or 0x342416) is unknown color: approx Cocoa Brown. HEX triplet: 34, 24 and 16. RGB value is (52,36,22). Sum of RGB (Red+Green+Blue) = 52+36+22=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342416 is #CBDBE9. Grayscale: #272727. Windows color (decimal): -13360106 or 1451060. OLE color: 1451060.

HSL color Cylindrical-coordinate representation of color #342416: hue angle of 28º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342416 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB523622-
CMYK00.310.580.80
HSL28º40.54%14.51%-
HSV(B)28º57.69%20.39%-
XYZ2.192.051.04-
YUV39.19118.3137.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 22 (8.98% from 255) = 20%
R=47.27%
G=32.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52362200.310.580.802840.5414.51
Hex34241601F3A501c29f
Octal64442603772120345117
Binary110100100100101100111111110101010000111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342416; }

 p { color: rgb(52,36,22); }

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

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

 a { background-color: rgb(52,36,22); }

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

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

 span { border-color: rgb(52,36,22); }

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