Html Css Color HEX #594D10 Bronze Olive

📋 copy color: '#594D10'

red 89 ◦ green 77 ◦ blue 16

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

Shades of Bronze Olive #594D10

Tints of Bronze Olive #594D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.31%

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

R = 48.9%
G = 42.31%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594D10 (or 0x594D10) is known color: Bronze Olive. HEX triplet: 59, 4D and 10. RGB value is (89,77,16). Sum of RGB (Red+Green+Blue) = 89+77+16=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #594D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D10 is #A6B2EF. Grayscale: #494949. Windows color (decimal): -10924784 or 1068377. OLE color: 1068377.

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

Color convert

RGB 89 77 16 -
CMYK 0 0.13 0.82 0.65
HSL 50.14º 0.7% 0.21% -
HSV(B) 50.14º 0.82% 0.35% -
XYZ 6.87 7.47 1.57 -
YUV 73.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 89 77 16 0 0.13 0.82 0.65 50.14 0.7 0.21
Hex 59 4D 10 0 D 52 41 32 46 15
Octal 131 115 20 0 15 122 101 62 106 25
Binary 1011001 1001101 10000 0 1101 1010010 1000001 110010 1000110 10101

Color Harmonies of #594D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D10

Black with #594D10

Text Example


Text Example

White with #594D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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