#322515

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

Shades of Cocoa Brown #322515

Tints of Cocoa Brown #322515

Color information

#322515 (or 0x322515) is unknown color: approx Cocoa Brown. HEX triplet: 32, 25 and 15. RGB value is (50,37,21). Sum of RGB (Red+Green+Blue) = 50+37+21=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322515 is #CDDAEA. Grayscale: #272727. Windows color (decimal): -13490923 or 1385778. OLE color: 1385778.

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

Color convert

RGB503721-
CMYK00.260.580.80
HSL33.1º40.85%13.92%-
HSV(B)33.1º58%19.61%-
XYZ2.112.060.99-
YUV39.06117.81135.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=46.30%
G=34.26%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50372100.260.580.8033.140.8513.92
Hex32251501A3A502129e
Octal62452503272120415116
Binary1100101001011010101101011101010100001000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322515; }

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

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

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

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

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

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

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

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