#372200

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

Shades of Cocoa Brown #372200

Tints of Cocoa Brown #372200

Color information

#372200 (or 0x372200) is unknown color: approx Cocoa Brown. HEX triplet: 37, 22 and 00. RGB value is (55,34,0). Sum of RGB (Red+Green+Blue) = 55+34+0=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #372200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372200 is #C8DDFF. Grayscale: #242424. Windows color (decimal): -13164032 or 8759. OLE color: 8759.

HSL color Cylindrical-coordinate representation of color #372200: hue angle of 37.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #372200 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB55340-
CMYK00.3810.78
HSL37.09º100%10.78%-
HSV(B)37.09º100%21.57%-
XYZ2.151.960.26-
YUV36.4107.46141.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.80%
G=38.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5534000.3810.7837.0910010.78
Hex37220026644E2564b
Octal674200461441164514413
Binary110111100010001001101100100100111010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372200; }

 p { color: rgb(55,34,0); }

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

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

 a { background-color: rgb(55,34,0); }

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

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

 span { border-color: rgb(55,34,0); }

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