#322415

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

Shades of Cocoa Brown #322415

Tints of Cocoa Brown #322415

Color information

#322415 (or 0x322415) is unknown color: approx Cocoa Brown. HEX triplet: 32, 24 and 15. RGB value is (50,36,21). Sum of RGB (Red+Green+Blue) = 50+36+21=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #322415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322415 is #CDDBEA. Grayscale: #262626. Windows color (decimal): -13491179 or 1385522. OLE color: 1385522.

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

Color convert

RGB503621-
CMYK00.280.580.80
HSL31.03º40.85%13.92%-
HSV(B)31.03º58%19.61%-
XYZ2.081.990.98-
YUV38.48118.14136.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=46.73%
G=33.64%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50362100.280.580.8031.0340.8513.92
Hex32241501C3A501f29e
Octal62442503472120375116
Binary110010100100101010111001110101010000111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322415; }

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

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

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

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

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

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

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

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