#332011

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

Shades of Cocoa Brown #332011

Tints of Cocoa Brown #332011

Color information

#332011 (or 0x332011) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 11. RGB value is (51,32,17). Sum of RGB (Red+Green+Blue) = 51+32+17=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #332011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332011 is #CCDFEE. Grayscale: #242424. Windows color (decimal): -13426671 or 1122355. OLE color: 1122355.

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

Color convert

RGB513217-
CMYK00.370.670.8
HSL26.47º50%13.33%-
HSV(B)26.47º66.67%20%-
XYZ1.981.780.77-
YUV35.97117.29138.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 17 (7.03% from 255) = 17%
R=51%
G=32%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51321700.370.670.826.475013.33
Hex33201102543501a32d
Octal634021045103120326215
Binary11001110000010001010010110000111010000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332011; }

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

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

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

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

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

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

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

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