#332116

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

Shades of Cocoa Brown #332116

Tints of Cocoa Brown #332116

Color information

#332116 (or 0x332116) is unknown color: approx Cocoa Brown. HEX triplet: 33, 21 and 16. RGB value is (51,33,22). Sum of RGB (Red+Green+Blue) = 51+33+22=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332116 is #CCDEE9. Grayscale: #252525. Windows color (decimal): -13426410 or 1450291. OLE color: 1450291.

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

Color convert

RGB513322-
CMYK00.350.570.8
HSL22.76º39.73%14.31%-
HSV(B)22.76º56.86%20%-
XYZ2.051.851.01-
YUV37.13119.46137.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=48.11%
G=31.13%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51332200.350.570.822.7639.7314.31
Hex33211602339501728e
Octal63412604371120275016
Binary1100111000011011001000111110011010000101111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332116; }

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

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

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

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

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

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

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

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