#32220C

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

Shades of Cocoa Brown #32220C

Tints of Cocoa Brown #32220C

Color information

#32220C (or 0x32220C) is unknown color: approx Cocoa Brown. HEX triplet: 32, 22 and 0C. RGB value is (50,34,12). Sum of RGB (Red+Green+Blue) = 50+34+12=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #32220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32220C is #CDDDF3. Grayscale: #242424. Windows color (decimal): -13491700 or 795186. OLE color: 795186.

HSL color Cylindrical-coordinate representation of color #32220C: hue angle of 34.74º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32220C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB503412-
CMYK00.320.760.80
HSL34.74º61.29%12.16%-
HSV(B)34.74º76%19.61%-
XYZ1.951.850.6-
YUV36.28114.3137.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=52.08%
G=35.42%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50341200.320.760.8034.7461.2912.16
Hex3222C0204C50233dc
Octal624214040114120437514
Binary11001010001011000100000100110010100001000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32220C; }

 p { color: rgb(50,34,12); }

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

<style>
 a { background-color: #32220C; }

 a { background-color: rgb(50,34,12); }

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

<style>
 span { border-color: #32220C; }

 span { border-color: rgb(50,34,12); }

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