#372A20

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

Shades of Cocoa Brown #372A20

Tints of Cocoa Brown #372A20

Color information

#372A20 (or 0x372A20) is unknown color: approx Cocoa Brown. HEX triplet: 37, 2A and 20. RGB value is (55,42,32). Sum of RGB (Red+Green+Blue) = 55+42+32=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A20 is #C8D5DF. Grayscale: #2C2C2C. Windows color (decimal): -13161952 or 2107959. OLE color: 2107959.

HSL color Cylindrical-coordinate representation of color #372A20: hue angle of 26.09º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372A20 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB554232-
CMYK00.240.420.78
HSL26.09º26.44%17.06%-
HSV(B)26.09º41.82%21.57%-
XYZ2.662.571.72-
YUV44.75120.81135.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=42.64%
G=32.56%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55423200.240.420.7826.0926.4417.06
Hex372A200182A4E1a1a11
Octal67524003052116323221
Binary1101111010101000000110001010101001110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A20; }

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

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

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

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

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

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

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

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