#595314

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

Shades of Bronze Olive #595314

Tints of Bronze Olive #595314

Color information

#595314 (or 0x595314) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 14. RGB value is (89,83,20). Sum of RGB (Red+Green+Blue) = 89+83+20=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #595314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595314 is #A6ACEB. Grayscale: #4D4D4D. Windows color (decimal): -10923244 or 1332057. OLE color: 1332057.

HSL color Cylindrical-coordinate representation of color #595314: hue angle of 54.78º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #595314 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB898320-
CMYK00.070.780.65
HSL54.78º63.3%21.37%-
HSV(B)54.78º77.53%34.9%-
XYZ7.348.361.89-
YUV77.6195.49136.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=46.35%
G=43.23%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89832000.070.780.6554.7863.321.37
Hex595314074E41373f15
Octal1311232407116101677725
Binary101100110100111010001111001110100000111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595314; }

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

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

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

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

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

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

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

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