#322418

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

Shades of Cocoa Brown #322418

Tints of Cocoa Brown #322418

Color information

#322418 (or 0x322418) is unknown color: approx Cocoa Brown. HEX triplet: 32, 24 and 18. RGB value is (50,36,24). Sum of RGB (Red+Green+Blue) = 50+36+24=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #322418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322418 is #CDDBE7. Grayscale: #262626. Windows color (decimal): -13491176 or 1582130. OLE color: 1582130.

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

Color convert

RGB503624-
CMYK00.280.520.80
HSL27.69º35.14%14.51%-
HSV(B)27.69º52%19.61%-
XYZ2.112.011.14-
YUV38.82119.64135.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=45.45%
G=32.73%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50362400.280.520.8027.6935.1414.51
Hex32241801C34501c23f
Octal62443003464120344317
Binary110010100100110000111001101001010000111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322418; }

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

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

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

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

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

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

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

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