Html Css Color HEX #37200E Cocoa Brown

📋 copy color: '#37200E'

red 55 ◦ green 32 ◦ blue 14

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

Shades of Cocoa Brown #37200E

Tints of Cocoa Brown #37200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.68%

 BLUE value IS 14 (5.86% from 255) = 13.86%

R = 54.46%
G = 31.68%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37200E (or 0x37200E) is known color: Cocoa Brown. HEX triplet: 37, 20 and 0E. RGB value is (55,32,14). Sum of RGB (Red+Green+Blue) = 55+32+14=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37200E is #C8DFF1. Grayscale: #242424. Windows color (decimal): -13164530 or 925751. OLE color: 925751.

HSL color Cylindrical-coordinate representation of color #37200E: hue angle of 26.34º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37200E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 14 -
CMYK 0 0.42 0.75 0.78
HSL 26.34º 0.59% 0.14% -
HSV(B) 26.34º 0.75% 0.22% -
XYZ 2.17 1.88 0.66 -
YUV 36.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 55 32 14 0 0.42 0.75 0.78 26.34 0.59 0.14
Hex 37 20 E 0 2A 4B 4E 1A 3B E
Octal 67 40 16 0 52 113 116 32 73 16
Binary 110111 100000 1110 0 101010 1001011 1001110 11010 111011 1110

Color Harmonies of #37200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37200E

Black with #37200E

Text Example


Text Example

White with #37200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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