#372A1C

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

Shades of Cocoa Brown #372A1C

Tints of Cocoa Brown #372A1C

Color information

#372A1C (or 0x372A1C) is unknown color: approx Cocoa Brown. HEX triplet: 37, 2A and 1C. RGB value is (55,42,28). Sum of RGB (Red+Green+Blue) = 55+42+28=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1C is #C8D5E3. Grayscale: #2C2C2C. Windows color (decimal): -13161956 or 1845815. OLE color: 1845815.

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

Color convert

RGB554228-
CMYK00.240.490.78
HSL31.11º32.53%16.27%-
HSV(B)31.11º49.09%21.57%-
XYZ2.612.551.45-
YUV44.29118.81135.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=44%
G=33.6%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55422800.240.490.7831.1132.5316.27
Hex372A1C018314E1f2110
Octal67523403061116374120
Binary1101111010101110001100011000110011101111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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