#372010

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

Shades of Cocoa Brown #372010

Tints of Cocoa Brown #372010

Color information

#372010 (or 0x372010) is unknown color: approx Cocoa Brown. HEX triplet: 37, 20 and 10. RGB value is (55,32,16). Sum of RGB (Red+Green+Blue) = 55+32+16=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #372010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372010 is #C8DFEF. Grayscale: #252525. Windows color (decimal): -13164528 or 1056823. OLE color: 1056823.

HSL color Cylindrical-coordinate representation of color #372010: hue angle of 24.62º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372010 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB553216-
CMYK00.420.710.78
HSL24.62º54.93%13.92%-
HSV(B)24.62º70.91%21.57%-
XYZ2.191.880.74-
YUV37.05116.12140.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=53.40%
G=31.07%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55321600.420.710.7824.6254.9313.92
Hex37201002A474E1937e
Octal674020052107116316716
Binary11011110000010000010101010001111001110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372010; }

 p { color: rgb(55,32,16); }

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

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

 a { background-color: rgb(55,32,16); }

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

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

 span { border-color: rgb(55,32,16); }

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