Html Css Color HEX #594A10 Bronze Olive

📋 copy color: '#594A10'

red 89 ◦ green 74 ◦ blue 16

#594A10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #594A10

Tints of Bronze Olive #594A10

RGB

 RED value IS 89 (35.16% from 255) = 49.72%

 GREEN value IS 74 (29.3% from 255) = 41.34%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 49.72%
G = 41.34%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594A10 (or 0x594A10) is known color: Bronze Olive. HEX triplet: 59, 4A and 10. RGB value is (89,74,16). Sum of RGB (Red+Green+Blue) = 89+74+16=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A10 is #A6B5EF. Grayscale: #484848. Windows color (decimal): -10925552 or 1067609. OLE color: 1067609.

HSL color Cylindrical-coordinate representation of color #594A10: hue angle of 47.67º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #594A10 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 16 -
CMYK 0 0.17 0.82 0.65
HSL 47.67º 0.7% 0.21% -
HSV(B) 47.67º 0.82% 0.35% -
XYZ 6.66 7.06 1.5 -
YUV 71.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 89 74 16 0 0.17 0.82 0.65 47.67 0.7 0.21
Hex 59 4A 10 0 11 52 41 30 46 15
Octal 131 112 20 0 21 122 101 60 106 25
Binary 1011001 1001010 10000 0 10001 1010010 1000001 110000 1000110 10101

Color Harmonies of #594A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A10

Black with #594A10

Text Example


Text Example

White with #594A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594A10;
 }
 .AnyTagClassName
 {
   color: #594A10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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