Html Css Color HEX #372412 Cocoa Brown

📋 copy color: '#372412'

red 55 ◦ green 36 ◦ blue 18

#372412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #372412

Tints of Cocoa Brown #372412

RGB

 RED value IS 55 (21.88% from 255) = 50.46%

 GREEN value IS 36 (14.45% from 255) = 33.03%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 50.46%
G = 33.03%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372412 (or 0x372412) is known color: Cocoa Brown. HEX triplet: 37, 24 and 12. RGB value is (55,36,18). Sum of RGB (Red+Green+Blue) = 55+36+18=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #372412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372412 is #C8DBED. Grayscale: #272727. Windows color (decimal): -13163502 or 1188919. OLE color: 1188919.

HSL color Cylindrical-coordinate representation of color #372412: hue angle of 29.19º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372412 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 36 18 -
CMYK 0 0.35 0.67 0.78
HSL 29.19º 0.51% 0.14% -
HSV(B) 29.19º 0.67% 0.22% -
XYZ 2.32 2.12 0.86 -
YUV 39.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 55 36 18 0 0.35 0.67 0.78 29.19 0.51 0.14
Hex 37 24 12 0 23 43 4E 1D 33 E
Octal 67 44 22 0 43 103 116 35 63 16
Binary 110111 100100 10010 0 100011 1000011 1001110 11101 110011 1110

Color Harmonies of #372412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372412

Black with #372412

Text Example


Text Example

White with #372412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372412; }

 p { color: rgb(55,36,18); }

 H1.HeaderClassName
 {
   color: #372412;
 }
 .AnyTagClassName
 {
   color: #372412;
 }
</style>

background-color css

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

 a { background-color: rgb(55,36,18); }

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

border-color css

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

 span { border-color: rgb(55,36,18); }

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