#322318

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

Shades of Cocoa Brown #322318

Tints of Cocoa Brown #322318

Color information

#322318 (or 0x322318) is unknown color: approx Cocoa Brown. HEX triplet: 32, 23 and 18. RGB value is (50,35,24). Sum of RGB (Red+Green+Blue) = 50+35+24=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #322318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322318 is #CDDCE7. Grayscale: #262626. Windows color (decimal): -13491432 or 1581874. OLE color: 1581874.

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

Color convert

RGB503524-
CMYK00.300.520.80
HSL25.38º35.14%14.51%-
HSV(B)25.38º52%19.61%-
XYZ2.081.951.13-
YUV38.23119.97136.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=45.87%
G=32.11%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50352400.300.520.8025.3835.1414.51
Hex32231801E34501923f
Octal62433003664120314317
Binary110010100011110000111101101001010000110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322318; }

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

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

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

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

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

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

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

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