#332012

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

Shades of Cocoa Brown #332012

Tints of Cocoa Brown #332012

Color information

#332012 (or 0x332012) is unknown color: approx Cocoa Brown. HEX triplet: 33, 20 and 12. RGB value is (51,32,18). Sum of RGB (Red+Green+Blue) = 51+32+18=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #332012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332012 is #CCDFED. Grayscale: #242424. Windows color (decimal): -13426670 or 1187891. OLE color: 1187891.

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

Color convert

RGB513218-
CMYK00.370.650.8
HSL25.45º47.83%13.53%-
HSV(B)25.45º64.71%20%-
XYZ1.991.780.81-
YUV36.08117.79138.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=50.50%
G=31.68%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51321800.370.650.825.4547.8313.53
Hex33201202541501930e
Octal634022045101120316016
Binary11001110000010010010010110000011010000110011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332012; }

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

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

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

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

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

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

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

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