#595207

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

Shades of Bronze Olive #595207

Tints of Bronze Olive #595207

Color information

#595207 (or 0x595207) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 07. RGB value is (89,82,7). Sum of RGB (Red+Green+Blue) = 89+82+7=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #595207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595207 is #A6ADF8. Grayscale: #4B4B4B. Windows color (decimal): -10923513 or 479833. OLE color: 479833.

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

Color convert

RGB89827-
CMYK00.080.920.65
HSL54.88º85.42%18.82%-
HSV(B)54.88º92.13%34.9%-
XYZ7.188.171.4-
YUV75.5489.32137.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=50%
G=46.07%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8982700.080.920.6554.8885.4218.82
Hex59527085C41375513
Octal13112270101341016712523
Binary101100110100101110100010111001000001110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595207; }

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

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

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

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

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

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

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

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