#322413

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

Shades of Cocoa Brown #322413

Tints of Cocoa Brown #322413

Color information

#322413 (or 0x322413) is unknown color: approx Cocoa Brown. HEX triplet: 32, 24 and 13. RGB value is (50,36,19). Sum of RGB (Red+Green+Blue) = 50+36+19=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322413 is #CDDBEC. Grayscale: #262626. Windows color (decimal): -13491181 or 1254450. OLE color: 1254450.

HSL color Cylindrical-coordinate representation of color #322413: hue angle of 32.9º 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 #322413 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB503619-
CMYK00.280.620.80
HSL32.9º44.93%13.53%-
HSV(B)32.9º62%19.61%-
XYZ2.061.990.89-
YUV38.25117.14136.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=47.62%
G=34.29%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50361900.280.620.8032.944.9313.53
Hex32241301C3E50212de
Octal62442303476120415516
Binary1100101001001001101110011111010100001000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322413; }

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

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

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

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

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

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

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

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