Html Css Color HEX #372212 Cocoa Brown

📋 copy color: '#372212'

red 55 ◦ green 34 ◦ blue 18

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

Shades of Cocoa Brown #372212

Tints of Cocoa Brown #372212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

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

R = 51.4%
G = 31.78%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372212 (or 0x372212) is known color: Cocoa Brown. HEX triplet: 37, 22 and 12. RGB value is (55,34,18). Sum of RGB (Red+Green+Blue) = 55+34+18=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372212 is #C8DDED. Grayscale: #262626. Windows color (decimal): -13164014 or 1188407. OLE color: 1188407.

HSL color Cylindrical-coordinate representation of color #372212: hue angle of 25.95º 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 #372212 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 34 18 -
CMYK 0 0.38 0.67 0.78
HSL 25.95º 0.51% 0.14% -
HSV(B) 25.95º 0.67% 0.22% -
XYZ 2.26 2 0.84 -
YUV 38.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 55 34 18 0 0.38 0.67 0.78 25.95 0.51 0.14
Hex 37 22 12 0 26 43 4E 1A 33 E
Octal 67 42 22 0 46 103 116 32 63 16
Binary 110111 100010 10010 0 100110 1000011 1001110 11010 110011 1110

Color Harmonies of #372212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372212

Black with #372212

Text Example


Text Example

White with #372212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372212; }

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

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

background-color css

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

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

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

border-color css

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

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

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