#595321

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

Shades of Bronze Olive #595321

Tints of Bronze Olive #595321

Color information

#595321 (or 0x595321) is unknown color: approx Bronze Olive. HEX triplet: 59, 53 and 21. RGB value is (89,83,33). Sum of RGB (Red+Green+Blue) = 89+83+33=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595321 is #A6ACDE. Grayscale: #4F4F4F. Windows color (decimal): -10923231 or 2184025. OLE color: 2184025.

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

Color convert

RGB898333-
CMYK00.070.630.65
HSL53.57º45.9%23.92%-
HSV(B)53.57º62.92%34.9%-
XYZ7.498.422.67-
YUV79.09101.99135.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=43.41%
G=40.49%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89833300.070.630.6553.5745.923.92
Hex595321073F41362e18
Octal131123410777101665630
Binary101100110100111000010111111111100000111011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595321; }

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

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

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

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

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

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

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

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