#322015

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

Shades of Cocoa Brown #322015

Tints of Cocoa Brown #322015

Color information

#322015 (or 0x322015) is unknown color: approx Cocoa Brown. HEX triplet: 32, 20 and 15. RGB value is (50,32,21). Sum of RGB (Red+Green+Blue) = 50+32+21=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #322015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322015 is #CDDFEA. Grayscale: #242424. Windows color (decimal): -13492203 or 1384498. OLE color: 1384498.

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

Color convert

RGB503221-
CMYK00.360.580.80
HSL22.76º40.85%13.92%-
HSV(B)22.76º58%19.61%-
XYZ1.971.770.95-
YUV36.13119.46137.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=48.54%
G=31.07%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50322100.360.580.8022.7640.8513.92
Hex3220150243A501729e
Octal62402504472120275116
Binary1100101000001010101001001110101010000101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322015; }

 p { color: rgb(50,32,21); }

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

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

 a { background-color: rgb(50,32,21); }

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

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

 span { border-color: rgb(50,32,21); }

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