#595105

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

Shades of Bronze Olive #595105

Tints of Bronze Olive #595105

Color information

#595105 (or 0x595105) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 05. RGB value is (89,81,5). Sum of RGB (Red+Green+Blue) = 89+81+5=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #595105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595105 is #A6AEFA. Grayscale: #4B4B4B. Windows color (decimal): -10923771 or 348505. OLE color: 348505.

HSL color Cylindrical-coordinate representation of color #595105: hue angle of 54.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #595105 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB89815-
CMYK00.090.940.65
HSL54.29º89.36%18.43%-
HSV(B)54.29º94.38%34.9%-
XYZ7.098.021.32-
YUV74.7388.65138.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=50.86%
G=46.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8981500.090.940.6554.2989.3618.43
Hex59515095E41365912
Octal13112150111361016613122
Binary101100110100011010100110111101000001110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595105; }

 p { color: rgb(89,81,5); }

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

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

 a { background-color: rgb(89,81,5); }

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

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

 span { border-color: rgb(89,81,5); }

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