#372A1F

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

Shades of Cocoa Brown #372A1F

Tints of Cocoa Brown #372A1F

Color information

#372A1F (or 0x372A1F) is unknown color: approx Cocoa Brown. HEX triplet: 37, 2A and 1F. RGB value is (55,42,31). Sum of RGB (Red+Green+Blue) = 55+42+31=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1F is #C8D5E0. Grayscale: #2C2C2C. Windows color (decimal): -13161953 or 2042423. OLE color: 2042423.

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

Color convert

RGB554231-
CMYK00.240.440.78
HSL27.5º27.91%16.86%-
HSV(B)27.5º43.64%21.57%-
XYZ2.652.571.65-
YUV44.63120.31135.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=42.97%
G=32.81%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55423100.240.440.7827.527.9116.86
Hex372A1F0182C4E1c1c11
Octal67523703054116343421
Binary110111101010111110110001011001001110111001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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