#332315

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

Shades of Cocoa Brown #332315

Tints of Cocoa Brown #332315

Color information

#332315 (or 0x332315) is unknown color: approx Cocoa Brown. HEX triplet: 33, 23 and 15. RGB value is (51,35,21). Sum of RGB (Red+Green+Blue) = 51+35+21=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332315 is #CCDCEA. Grayscale: #262626. Windows color (decimal): -13425899 or 1385267. OLE color: 1385267.

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

Color convert

RGB513521-
CMYK00.310.590.8
HSL28º41.67%14.12%-
HSV(B)28º58.82%20%-
XYZ2.11.960.98-
YUV38.19118.3137.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=47.66%
G=32.71%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51352100.310.590.82841.6714.12
Hex33231501F3B501c2ae
Octal63432503773120345216
Binary110011100011101010111111110111010000111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332315; }

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

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

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

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

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

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

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

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