#595010

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

Shades of Bronze Olive #595010

Tints of Bronze Olive #595010

Color information

#595010 (or 0x595010) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 10. RGB value is (89,80,16). Sum of RGB (Red+Green+Blue) = 89+80+16=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #595010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595010 is #A6AFEF. Grayscale: #4B4B4B. Windows color (decimal): -10924016 or 1069145. OLE color: 1069145.

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

Color convert

RGB898016-
CMYK00.100.820.65
HSL52.6º69.52%20.59%-
HSV(B)52.6º82.02%34.9%-
XYZ7.087.91.64-
YUV75.494.48137.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=48.11%
G=43.24%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89801600.100.820.6552.669.5220.59
Hex5950100A5241354615
Octal131120200121221016510625
Binary10110011010000100000101010100101000001110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595010; }

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

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

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

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

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

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

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

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