#37220B

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

Shades of Cocoa Brown #37220B

Tints of Cocoa Brown #37220B

Color information

#37220B (or 0x37220B) is unknown color: approx Cocoa Brown. HEX triplet: 37, 22 and 0B. RGB value is (55,34,11). Sum of RGB (Red+Green+Blue) = 55+34+11=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37220B is #C8DDF4. Grayscale: #252525. Windows color (decimal): -13164021 or 729655. OLE color: 729655.

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

Color convert

RGB553411-
CMYK00.380.80.78
HSL31.36º66.67%12.94%-
HSV(B)31.36º80%21.57%-
XYZ2.211.980.58-
YUV37.66112.96140.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 11 (4.69% from 255) = 11%
R=55%
G=34%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55341100.380.80.7831.3666.6712.94
Hex3722B026504E1f43d
Octal6742130461201163710315
Binary11011110001010110100110101000010011101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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