#594A0A

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

Shades of Bronze Olive #594A0A

Tints of Bronze Olive #594A0A

Color information

#594A0A (or 0x594A0A) is unknown color: approx Bronze Olive. HEX triplet: 59, 4A and 0A. RGB value is (89,74,10). Sum of RGB (Red+Green+Blue) = 89+74+10=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A0A is #A6B5F5. Grayscale: #474747. Windows color (decimal): -10925558 or 674393. OLE color: 674393.

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

Color convert

RGB897410-
CMYK00.170.890.65
HSL48.61º79.8%19.41%-
HSV(B)48.61º88.76%34.9%-
XYZ6.627.041.3-
YUV71.1993.47140.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=51.45%
G=42.77%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89741000.170.890.6548.6179.819.41
Hex594AA0115941315013
Octal131112120211311016112023
Binary10110011001010101001000110110011000001110001101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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