#594410

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

Shades of Bronze Olive #594410

Tints of Bronze Olive #594410

Color information

#594410 (or 0x594410) is unknown color: approx Bronze Olive. HEX triplet: 59, 44 and 10. RGB value is (89,68,16). Sum of RGB (Red+Green+Blue) = 89+68+16=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594410 is #A6BBEF. Grayscale: #444444. Windows color (decimal): -10927088 or 1066073. OLE color: 1066073.

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

Color convert

RGB896816-
CMYK00.240.820.65
HSL42.74º69.52%20.59%-
HSV(B)42.74º82.02%34.9%-
XYZ6.286.31.37-
YUV68.3598.46142.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=51.45%
G=39.31%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89681600.240.820.6542.7469.5220.59
Hex59441001852412b4615
Octal131104200301221015310625
Binary101100110001001000001100010100101000001101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594410; }

 p { color: rgb(89,68,16); }

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

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

 a { background-color: rgb(89,68,16); }

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

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

 span { border-color: rgb(89,68,16); }

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