Html Css Color HEX #37220E Cocoa Brown

📋 copy color: '#37220E'

red 55 ◦ green 34 ◦ blue 14

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

Shades of Cocoa Brown #37220E

Tints of Cocoa Brown #37220E

RGB

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

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

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

R = 53.4%
G = 33.01%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37220E (or 0x37220E) is known color: Cocoa Brown. HEX triplet: 37, 22 and 0E. RGB value is (55,34,14). Sum of RGB (Red+Green+Blue) = 55+34+14=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220E is #C8DDF1. Grayscale: #262626. Windows color (decimal): -13164018 or 926263. OLE color: 926263.

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

Color convert

RGB 55 34 14 -
CMYK 0 0.38 0.75 0.78
HSL 29.27º 0.59% 0.14% -
HSV(B) 29.27º 0.75% 0.22% -
XYZ 2.23 1.99 0.68 -
YUV 38 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 55 34 14 0 0.38 0.75 0.78 29.27 0.59 0.14
Hex 37 22 E 0 26 4B 4E 1D 3B E
Octal 67 42 16 0 46 113 116 35 73 16
Binary 110111 100010 1110 0 100110 1001011 1001110 11101 111011 1110

Color Harmonies of #37220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37220E

Black with #37220E

Text Example


Text Example

White with #37220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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