#37220C

Color #37220C Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #37220C

Tints of Cocoa Brown #37220C

Color information

#37220C (or 0x37220C) is unknown color: approx 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

RGB553412-
CMYK00.380.780.78
HSL30.7º64.18%13.14%-
HSV(B)30.7º78.18%21.57%-
XYZ2.211.980.61-
YUV37.77113.46140.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55341200.380.780.7830.764.1813.14
Hex3722C0264E4E1f40d
Octal6742140461161163710015
Binary11011110001011000100110100111010011101111110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>