#332112

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

Shades of Cocoa Brown #332112

Tints of Cocoa Brown #332112

Color information

#332112 (or 0x332112) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 12. RGB value is (51,33,18). Sum of RGB (Red+Green+Blue) = 51+33+18=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332112 is #CCDEED. Grayscale: #242424. Windows color (decimal): -13426414 or 1188147. OLE color: 1188147.

HSL color Cylindrical-coordinate representation of color #332112: hue angle of 27.27º 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 #332112 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB513318-
CMYK00.350.650.8
HSL27.27º47.83%13.53%-
HSV(B)27.27º64.71%20%-
XYZ2.021.840.82-
YUV36.67117.46138.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=50%
G=32.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51331800.350.650.827.2747.8313.53
Hex33211202341501b30e
Octal634122043101120336016
Binary11001110000110010010001110000011010000110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332112; }

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

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

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

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

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

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

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

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