#322313

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

Shades of Cocoa Brown #322313

Tints of Cocoa Brown #322313

Color information

#322313 (or 0x322313) is unknown color: approx Cocoa Brown. HEX triplet: 32, 23 and 13. RGB value is (50,35,19). Sum of RGB (Red+Green+Blue) = 50+35+19=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #322313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322313 is #CDDCEC. Grayscale: #252525. Windows color (decimal): -13491437 or 1254194. OLE color: 1254194.

HSL color Cylindrical-coordinate representation of color #322313: hue angle of 30.97º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322313 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB503519-
CMYK00.300.620.80
HSL30.97º44.93%13.53%-
HSV(B)30.97º62%19.61%-
XYZ2.031.930.88-
YUV37.66117.47136.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=48.08%
G=33.65%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50351900.300.620.8030.9744.9313.53
Hex32231301E3E501f2de
Octal62432303676120375516
Binary110010100011100110111101111101010000111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322313; }

 p { color: rgb(50,35,19); }

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

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

 a { background-color: rgb(50,35,19); }

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

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

 span { border-color: rgb(50,35,19); }

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