#595310

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

Shades of Bronze Olive #595310

Tints of Bronze Olive #595310

Color information

#595310 (or 0x595310) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 10. RGB value is (89,83,16). Sum of RGB (Red+Green+Blue) = 89+83+16=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #595310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595310 is #A6ACEF. Grayscale: #4D4D4D. Windows color (decimal): -10923248 or 1069913. OLE color: 1069913.

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

Color convert

RGB898316-
CMYK00.070.820.65
HSL55.07º69.52%20.59%-
HSV(B)55.07º82.02%34.9%-
XYZ7.318.351.72-
YUV77.1693.49136.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=47.34%
G=44.15%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89831600.070.820.6555.0769.5220.59
Hex595310075241374615
Octal13112320071221016710625
Binary1011001101001110000011110100101000001110111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595310; }

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

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

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

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

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

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

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

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