Html Css Color HEX #37220C Cocoa Brown

📋 copy color: '#37220C'

red 55 ◦ green 34 ◦ blue 12

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

Shades of Cocoa Brown #37220C

Tints of Cocoa Brown #37220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.88%

R = 54.46%
G = 33.66%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37220C (or 0x37220C) is known color: Cocoa Brown. HEX triplet: 37, 22 and 0C. RGB value is (55,34,12). Sum of RGB (Red+Green+Blue) = 55+34+12=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220C is #C8DDF3. Grayscale: #252525. Windows color (decimal): -13164020 or 795191. OLE color: 795191.

HSL color Cylindrical-coordinate representation of color #37220C: hue angle of 30.7º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37220C is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 34 12 -
CMYK 0 0.38 0.78 0.78
HSL 30.7º 0.64% 0.13% -
HSV(B) 30.7º 0.78% 0.22% -
XYZ 2.21 1.98 0.61 -
YUV 37.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 55 34 12 0 0.38 0.78 0.78 30.7 0.64 0.13
Hex 37 22 C 0 26 4E 4E 1F 40 D
Octal 67 42 14 0 46 116 116 37 100 15
Binary 110111 100010 1100 0 100110 1001110 1001110 11111 1000000 1101

Color Harmonies of #37220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37220C

Black with #37220C

Text Example


Text Example

White with #37220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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