#332215

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

Shades of Cocoa Brown #332215

Tints of Cocoa Brown #332215

Color information

#332215 (or 0x332215) is unknown color: approx Cocoa Brown. HEX triplet: 33, 22 and 15. RGB value is (51,34,21). Sum of RGB (Red+Green+Blue) = 51+34+21=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332215 is #CCDDEA. Grayscale: #252525. Windows color (decimal): -13426155 or 1385011. OLE color: 1385011.

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

Color convert

RGB513421-
CMYK00.330.590.8
HSL26º41.67%14.12%-
HSV(B)26º58.82%20%-
XYZ2.071.90.97-
YUV37.6118.63137.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=48.11%
G=32.08%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51342100.330.590.82641.6714.12
Hex3322150213B501a2ae
Octal63422504173120325216
Binary1100111000101010101000011110111010000110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332215; }

 p { color: rgb(51,34,21); }

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

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

 a { background-color: rgb(51,34,21); }

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

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

 span { border-color: rgb(51,34,21); }

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