#33200D

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

Shades of Cocoa Brown #33200D

Tints of Cocoa Brown #33200D

Color information

#33200D (or 0x33200D) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 0D. RGB value is (51,32,13). Sum of RGB (Red+Green+Blue) = 51+32+13=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33200D is #CCDFF2. Grayscale: #232323. Windows color (decimal): -13426675 or 860211. OLE color: 860211.

HSL color Cylindrical-coordinate representation of color #33200D: hue angle of 30º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33200D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB513213-
CMYK00.370.750.8
HSL30º59.38%12.55%-
HSV(B)30º74.51%20%-
XYZ1.951.770.62-
YUV35.52115.29139.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=53.12%
G=33.33%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51321300.370.750.83059.3812.55
Hex3320D0254B501e3bd
Octal634015045113120367315
Binary1100111000001101010010110010111010000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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