#32200C

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

Shades of Cocoa Brown #32200C

Tints of Cocoa Brown #32200C

Color information

#32200C (or 0x32200C) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 0C. RGB value is (50,32,12). Sum of RGB (Red+Green+Blue) = 50+32+12=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #32200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32200C is #CDDFF3. Grayscale: #232323. Windows color (decimal): -13492212 or 794674. OLE color: 794674.

HSL color Cylindrical-coordinate representation of color #32200C: hue angle of 31.58º 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 #32200C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB503212-
CMYK00.360.760.80
HSL31.58º61.29%12.16%-
HSV(B)31.58º76%19.61%-
XYZ1.91.740.58-
YUV35.1114.96138.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=53.19%
G=34.04%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50321200.360.760.8031.5861.2912.16
Hex3220C0244C50203dc
Octal624014044114120407514
Binary11001010000011000100100100110010100001000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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