#595410

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

Shades of Bronze Olive #595410

Tints of Bronze Olive #595410

Color information

#595410 (or 0x595410) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 10. RGB value is (89,84,16). Sum of RGB (Red+Green+Blue) = 89+84+16=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #595410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595410 is #A6ABEF. Grayscale: #4E4E4E. Windows color (decimal): -10922992 or 1070169. OLE color: 1070169.

HSL color Cylindrical-coordinate representation of color #595410: hue angle of 55.89º 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 #595410 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB898416-
CMYK00.060.820.65
HSL55.89º69.52%20.59%-
HSV(B)55.89º82.02%34.9%-
XYZ7.388.51.74-
YUV77.7493.16136.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=47.09%
G=44.44%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89841600.060.820.6555.8969.5220.59
Hex595410065241384615
Octal13112420061221017010625
Binary1011001101010010000011010100101000001111000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595410; }

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

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

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

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

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

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

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

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