#332110

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

Shades of Cocoa Brown #332110

Tints of Cocoa Brown #332110

Color information

#332110 (or 0x332110) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 10. RGB value is (51,33,16). Sum of RGB (Red+Green+Blue) = 51+33+16=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #332110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332110 is #CCDEEF. Grayscale: #242424. Windows color (decimal): -13426416 or 1057075. OLE color: 1057075.

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

Color convert

RGB513316-
CMYK00.350.690.8
HSL29.14º52.24%13.14%-
HSV(B)29.14º68.63%20%-
XYZ21.830.74-
YUV36.44116.46138.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 16 (6.64% from 255) = 16%
R=51%
G=33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51331600.350.690.829.1452.2413.14
Hex33211002345501d34d
Octal634120043105120356415
Binary11001110000110000010001110001011010000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332110; }

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

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

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

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

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

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

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

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