#594B21

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

Shades of Bronze Olive #594B21

Tints of Bronze Olive #594B21

Color information

#594B21 (or 0x594B21) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 21. RGB value is (89,75,33). Sum of RGB (Red+Green+Blue) = 89+75+33=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B21 is #A6B4DE. Grayscale: #4A4A4A. Windows color (decimal): -10925279 or 2181977. OLE color: 2181977.

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

Color convert

RGB897533-
CMYK00.160.630.65
HSL45º45.9%23.92%-
HSV(B)45º62.92%34.9%-
XYZ6.917.272.48-
YUV74.4104.64138.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=45.18%
G=38.07%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89753300.160.630.654545.923.92
Hex594B210103F412d2e18
Octal1311134102077101555630
Binary10110011001011100001010000111111100000110110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594B21; }

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

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

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

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

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

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

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

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