#594132

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

Shades of Very Dark Brown #594132

Tints of Very Dark Brown #594132

Color information

#594132 (or 0x594132) is unknown color: approx Very Dark Brown. HEX triplet: 59, 41 and 32. RGB value is (89,65,50). Sum of RGB (Red+Green+Blue) = 89+65+50=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #594132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594132 is #A6BECD. Grayscale: #464646. Windows color (decimal): -10927822 or 3293529. OLE color: 3293529.

HSL color Cylindrical-coordinate representation of color #594132: hue angle of 23.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594132 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB896550-
CMYK00.270.440.65
HSL23.08º28.06%27.25%-
HSV(B)23.08º43.82%34.9%-
XYZ6.596.133.85-
YUV70.47116.45141.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=43.63%
G=31.86%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89655000.270.440.6523.0828.0627.25
Hex59413201B2C41171c1b
Octal1311016203354101273433
Binary101100110000011100100110111011001000001101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594132; }

 p { color: rgb(89,65,50); }

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

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

 a { background-color: rgb(89,65,50); }

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

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

 span { border-color: rgb(89,65,50); }

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