#595007

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

Shades of Bronze Olive #595007

Tints of Bronze Olive #595007

Color information

#595007 (or 0x595007) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 07. RGB value is (89,80,7). Sum of RGB (Red+Green+Blue) = 89+80+7=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #595007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595007 is #A6AFF8. Grayscale: #4A4A4A. Windows color (decimal): -10924025 or 479321. OLE color: 479321.

HSL color Cylindrical-coordinate representation of color #595007: hue angle of 53.41º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #595007 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89807-
CMYK00.100.920.65
HSL53.41º85.42%18.82%-
HSV(B)53.41º92.13%34.9%-
XYZ7.037.881.35-
YUV74.3789.98138.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=50.57%
G=45.45%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8980700.100.920.6553.4185.4218.82
Hex595070A5C41355513
Octal13112070121341016512523
Binary101100110100001110101010111001000001110101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595007; }

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

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

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

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

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

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

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

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