#595421

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

Shades of Bronze Olive #595421

Tints of Bronze Olive #595421

Color information

#595421 (or 0x595421) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 21. RGB value is (89,84,33). Sum of RGB (Red+Green+Blue) = 89+84+33=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595421 is #A6ABDE. Grayscale: #4F4F4F. Windows color (decimal): -10922975 or 2184281. OLE color: 2184281.

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

Color convert

RGB898433-
CMYK00.060.630.65
HSL54.64º45.9%23.92%-
HSV(B)54.64º62.92%34.9%-
XYZ7.568.572.7-
YUV79.68101.66134.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=43.20%
G=40.78%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89843300.060.630.6554.6445.923.92
Hex595421063F41372e18
Octal131124410677101675630
Binary101100110101001000010110111111100000111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595421; }

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

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

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

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

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

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

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

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