#322419

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

Shades of Cocoa Brown #322419

Tints of Cocoa Brown #322419

Color information

#322419 (or 0x322419) is unknown color: approx Cocoa Brown. HEX triplet: 32, 24 and 19. RGB value is (50,36,25). Sum of RGB (Red+Green+Blue) = 50+36+25=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322419 is #CDDBE6. Grayscale: #262626. Windows color (decimal): -13491175 or 1647666. OLE color: 1647666.

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

Color convert

RGB503625-
CMYK00.280.500.80
HSL26.4º33.33%14.71%-
HSV(B)26.4º50%19.61%-
XYZ2.122.011.2-
YUV38.93120.14135.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=45.05%
G=32.43%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50362500.280.500.8026.433.3314.71
Hex32241901C32501a21f
Octal62443103462120324117
Binary110010100100110010111001100101010000110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322419; }

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

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

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

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

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

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

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

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