Html Css Color HEX #37220D Cocoa Brown

📋 copy color: '#37220D'

red 55 ◦ green 34 ◦ blue 13

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

Shades of Cocoa Brown #37220D

Tints of Cocoa Brown #37220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 53.92%
G = 33.33%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37220D (or 0x37220D) is known color: Cocoa Brown. HEX triplet: 37, 22 and 0D. RGB value is (55,34,13). Sum of RGB (Red+Green+Blue) = 55+34+13=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220D is #C8DDF2. Grayscale: #252525. Windows color (decimal): -13164019 or 860727. OLE color: 860727.

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

Color convert

RGB 55 34 13 -
CMYK 0 0.38 0.76 0.78
HSL 30º 0.62% 0.13% -
HSV(B) 30º 0.76% 0.22% -
XYZ 2.22 1.99 0.65 -
YUV 37.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 55 34 13 0 0.38 0.76 0.78 30 0.62 0.13
Hex 37 22 D 0 26 4C 4E 1E 3E D
Octal 67 42 15 0 46 114 116 36 76 15
Binary 110111 100010 1101 0 100110 1001100 1001110 11110 111110 1101

Color Harmonies of #37220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37220D

Black with #37220D

Text Example


Text Example

White with #37220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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