#33200C

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

Shades of Cocoa Brown #33200C

Tints of Cocoa Brown #33200C

Color information

#33200C (or 0x33200C) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 0C. RGB value is (51,32,12). Sum of RGB (Red+Green+Blue) = 51+32+12=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #33200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33200C is #CCDFF3. Grayscale: #232323. Windows color (decimal): -13426676 or 794675. OLE color: 794675.

HSL color Cylindrical-coordinate representation of color #33200C: hue angle of 30.77º degrees, saturation: 0.62, 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 #33200C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB513212-
CMYK00.370.760.8
HSL30.77º61.9%12.35%-
HSV(B)30.77º76.47%20%-
XYZ1.951.760.59-
YUV35.4114.79139.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=53.68%
G=33.68%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51321200.370.760.830.7761.912.35
Hex3320C0254C501f3ec
Octal634014045114120377614
Binary1100111000001100010010110011001010000111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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