#322518

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

Shades of Cocoa Brown #322518

Tints of Cocoa Brown #322518

Color information

#322518 (or 0x322518) is unknown color: approx Cocoa Brown. HEX triplet: 32, 25 and 18. RGB value is (50,37,24). Sum of RGB (Red+Green+Blue) = 50+37+24=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322518 is #CDDAE7. Grayscale: #272727. Windows color (decimal): -13490920 or 1582386. OLE color: 1582386.

HSL color Cylindrical-coordinate representation of color #322518: hue angle of 30º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322518 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB503724-
CMYK00.260.520.80
HSL30º35.14%14.51%-
HSV(B)30º52%19.61%-
XYZ2.142.071.15-
YUV39.4119.31135.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=45.05%
G=33.33%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50372400.260.520.803035.1414.51
Hex32251801A34501e23f
Octal62453003264120364317
Binary110010100101110000110101101001010000111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322518; }

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

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

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

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

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

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

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

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