#332516

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

Shades of Cocoa Brown #332516

Tints of Cocoa Brown #332516

Color information

#332516 (or 0x332516) is unknown color: approx Cocoa Brown. HEX triplet: 33, 25 and 16. RGB value is (51,37,22). Sum of RGB (Red+Green+Blue) = 51+37+22=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332516 is #CCDAE9. Grayscale: #272727. Windows color (decimal): -13425386 or 1451315. OLE color: 1451315.

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

Color convert

RGB513722-
CMYK00.270.570.8
HSL31.03º39.73%14.31%-
HSV(B)31.03º56.86%20%-
XYZ2.172.081.05-
YUV39.48118.14136.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 22 (8.98% from 255) = 20%
R=46.36%
G=33.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51372200.270.570.831.0339.7314.31
Hex33251601B39501f28e
Octal63452603371120375016
Binary110011100101101100110111110011010000111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332516; }

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

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

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

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

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

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

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

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