#594630

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

Shades of Deep Bronze #594630

Tints of Deep Bronze #594630

Color information

#594630 (or 0x594630) is unknown color: approx Deep Bronze. HEX triplet: 59, 46 and 30. RGB value is (89,70,48). Sum of RGB (Red+Green+Blue) = 89+70+48=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #594630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594630 is #A6B9CF. Grayscale: #494949. Windows color (decimal): -10926544 or 3163737. OLE color: 3163737.

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

Color convert

RGB897048-
CMYK00.210.460.65
HSL32.2º29.93%26.86%-
HSV(B)32.2º46.07%34.9%-
XYZ6.846.723.73-
YUV73.17113.79139.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=43.00%
G=33.82%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89704800.210.460.6532.229.9326.86
Hex5946300152E41201e1b
Octal1311066002556101403633
Binary1011001100011011000001010110111010000011000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594630; }

 p { color: rgb(89,70,48); }

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

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

 a { background-color: rgb(89,70,48); }

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

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

 span { border-color: rgb(89,70,48); }

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