#372005

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

Shades of Cocoa Brown #372005

Tints of Cocoa Brown #372005

Color information

#372005 (or 0x372005) is unknown color: approx Cocoa Brown. HEX triplet: 37, 20 and 05. RGB value is (55,32,5). Sum of RGB (Red+Green+Blue) = 55+32+5=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #372005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372005 is #C8DFFA. Grayscale: #232323. Windows color (decimal): -13164539 or 335927. OLE color: 335927.

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

Color convert

RGB55325-
CMYK00.420.910.78
HSL32.4º83.33%11.76%-
HSV(B)32.4º90.91%21.57%-
XYZ2.121.860.39-
YUV35.8110.62141.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=59.78%
G=34.78%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5532500.420.910.7832.483.3311.76
Hex3720502A5B4E2053c
Octal674050521331164012314
Binary11011110000010101010101011011100111010000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372005; }

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

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

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

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

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

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

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

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