#594831

Color #594831 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #594831

Tints of Deep Bronze #594831

Color information

#594831 (or 0x594831) is unknown color: approx Deep Bronze. HEX triplet: 59, 48 and 31. RGB value is (89,72,49). Sum of RGB (Red+Green+Blue) = 89+72+49=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #594831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594831 is #A6B7CE. Grayscale: #4A4A4A. Windows color (decimal): -10926031 or 3229785. OLE color: 3229785.

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

Color convert

RGB897249-
CMYK00.190.450.65
HSL34.5º28.99%27.06%-
HSV(B)34.5º44.94%34.9%-
XYZ6.996.983.88-
YUV74.46113.63138.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=42.38%
G=34.29%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89724900.190.450.6534.528.9927.06
Hex5948310132D41231d1b
Octal1311106102355101433533
Binary1011001100100011000101001110110110000011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594831; }

 p { color: rgb(89,72,49); }

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

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

 a { background-color: rgb(89,72,49); }

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

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

 span { border-color: rgb(89,72,49); }

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