#332013

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

Shades of Cocoa Brown #332013

Tints of Cocoa Brown #332013

Color information

#332013 (or 0x332013) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 13. RGB value is (51,32,19). Sum of RGB (Red+Green+Blue) = 51+32+19=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332013 is #CCDFEC. Grayscale: #242424. Windows color (decimal): -13426669 or 1253427. OLE color: 1253427.

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

Color convert

RGB513219-
CMYK00.370.630.8
HSL24.38º45.71%13.73%-
HSV(B)24.38º62.75%20%-
XYZ21.780.86-
YUV36.2118.29138.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=50%
G=31.37%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51321900.370.630.824.3845.7113.73
Hex3320130253F50182ee
Octal63402304577120305616
Binary1100111000001001101001011111111010000110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332013; }

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

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

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

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

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

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

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

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