#37220A

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

Shades of Cocoa Brown #37220A

Tints of Cocoa Brown #37220A

Color information

#37220A (or 0x37220A) is unknown color: approx Cocoa Brown. HEX triplet: 37, 22 and 0A. RGB value is (55,34,10). Sum of RGB (Red+Green+Blue) = 55+34+10=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220A is #C8DDF5. Grayscale: #252525. Windows color (decimal): -13164022 or 664119. OLE color: 664119.

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

Color convert

RGB553410-
CMYK00.380.820.78
HSL32º69.23%12.75%-
HSV(B)32º81.82%21.57%-
XYZ2.21.980.55-
YUV37.54112.46140.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=55.56%
G=34.34%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55341000.380.820.783269.2312.75
Hex3722A026524E2045d
Octal6742120461221164010515
Binary110111100010101001001101010010100111010000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37220A;
 }
 .AnyTagClassName
 {
   color: #37220A;
 }
</style>
background-color css

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

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

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

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

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

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