#322519

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

Shades of Cocoa Brown #322519

Tints of Cocoa Brown #322519

Color information

#322519 (or 0x322519) is unknown color: approx Cocoa Brown. HEX triplet: 32, 25 and 19. RGB value is (50,37,25). Sum of RGB (Red+Green+Blue) = 50+37+25=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #322519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322519 is #CDDAE6. Grayscale: #272727. Windows color (decimal): -13490919 or 1647922. OLE color: 1647922.

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

Color convert

RGB503725-
CMYK00.260.500.80
HSL28.8º33.33%14.71%-
HSV(B)28.8º50%19.61%-
XYZ2.152.071.21-
YUV39.52119.81135.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=44.64%
G=33.04%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50372500.260.500.8028.833.3314.71
Hex32251901A32501d21f
Octal62453103262120354117
Binary110010100101110010110101100101010000111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322519; }

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

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

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

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

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

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

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

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