#332413

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

Shades of Cocoa Brown #332413

Tints of Cocoa Brown #332413

Color information

#332413 (or 0x332413) is unknown color: approx Cocoa Brown. HEX triplet: 33, 24 and 13. RGB value is (51,36,19). Sum of RGB (Red+Green+Blue) = 51+36+19=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332413 is #CCDBEC. Grayscale: #262626. Windows color (decimal): -13425645 or 1254451. OLE color: 1254451.

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

Color convert

RGB513619-
CMYK00.290.630.8
HSL31.88º45.71%13.73%-
HSV(B)31.88º62.75%20%-
XYZ2.112.010.89-
YUV38.55116.97136.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=48.11%
G=33.96%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51361900.290.630.831.8845.7113.73
Hex33241301D3F50202ee
Octal63442303577120405616
Binary1100111001001001101110111111110100001000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332413; }

 p { color: rgb(51,36,19); }

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

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

 a { background-color: rgb(51,36,19); }

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

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

 span { border-color: rgb(51,36,19); }

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