#595023

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

Shades of Bronze Olive #595023

Tints of Bronze Olive #595023

Color information

#595023 (or 0x595023) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 23. RGB value is (89,80,35). Sum of RGB (Red+Green+Blue) = 89+80+35=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595023 is #A6AFDC. Grayscale: #4D4D4D. Windows color (decimal): -10923997 or 2314329. OLE color: 2314329.

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

Color convert

RGB898035-
CMYK00.100.610.65
HSL50º43.55%24.31%-
HSV(B)50º60.67%34.9%-
XYZ7.297.982.75-
YUV77.56103.98136.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=43.63%
G=39.22%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89803500.100.610.655043.5524.31
Hex5950230A3D41322c18
Octal1311204301275101625430
Binary1011001101000010001101010111101100000111001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595023; }

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

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

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

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

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

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

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

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