#322619

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

Shades of Cocoa Brown #322619

Tints of Cocoa Brown #322619

Color information

#322619 (or 0x322619) is unknown color: approx Cocoa Brown. HEX triplet: 32, 26 and 19. RGB value is (50,38,25). Sum of RGB (Red+Green+Blue) = 50+38+25=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322619 is #CDD9E6. Grayscale: #282828. Windows color (decimal): -13490663 or 1648178. OLE color: 1648178.

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

Color convert

RGB503825-
CMYK00.240.500.80
HSL31.2º33.33%14.71%-
HSV(B)31.2º50%19.61%-
XYZ2.182.131.22-
YUV40.11119.48135.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=44.25%
G=33.63%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50382500.240.500.8031.233.3314.71
Hex32261901832501f21f
Octal62463103062120374117
Binary110010100110110010110001100101010000111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322619; }

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

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

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

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

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

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

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

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