#594B0A

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

Shades of Bronze Olive #594B0A

Tints of Bronze Olive #594B0A

Color information

#594B0A (or 0x594B0A) is unknown color: approx Bronze Olive. HEX triplet: 59, 4B and 0A. RGB value is (89,75,10). Sum of RGB (Red+Green+Blue) = 89+75+10=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B0A is #A6B4F5. Grayscale: #484848. Windows color (decimal): -10925302 or 674649. OLE color: 674649.

HSL color Cylindrical-coordinate representation of color #594B0A: hue angle of 49.37º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #594B0A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB897510-
CMYK00.160.890.65
HSL49.37º79.8%19.41%-
HSV(B)49.37º88.76%34.9%-
XYZ6.697.181.32-
YUV71.7893.14140.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=51.15%
G=43.10%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89751000.160.890.6549.3779.819.41
Hex594BA0105941315013
Octal131113120201311016112023
Binary10110011001011101001000010110011000001110001101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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