#595323

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

Shades of Bronze Olive #595323

Tints of Bronze Olive #595323

Color information

#595323 (or 0x595323) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 23. RGB value is (89,83,35). Sum of RGB (Red+Green+Blue) = 89+83+35=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #595323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595323 is #A6ACDC. Grayscale: #4F4F4F. Windows color (decimal): -10923229 or 2315097. OLE color: 2315097.

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

Color convert

RGB898335-
CMYK00.070.610.65
HSL53.33º43.55%24.31%-
HSV(B)53.33º60.67%34.9%-
XYZ7.528.432.82-
YUV79.32102.99134.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.00%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=43.00%
G=40.10%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89833500.070.610.6553.3343.5524.31
Hex595323073D41352c18
Octal131123430775101655430
Binary101100110100111000110111111101100000111010110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595323; }

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

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

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

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

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

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

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

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