Html Css Color HEX #594D16 Bronze Olive

📋 copy color: '#594D16'

red 89 ◦ green 77 ◦ blue 22

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

Shades of Bronze Olive #594D16

Tints of Bronze Olive #594D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 47.34%
G = 40.96%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#594D16 (or 0x594D16) is known color: Bronze Olive. HEX triplet: 59, 4D and 16. RGB value is (89,77,22). Sum of RGB (Red+Green+Blue) = 89+77+22=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #594D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D16 is #A6B2E9. Grayscale: #4A4A4A. Windows color (decimal): -10924778 or 1461593. OLE color: 1461593.

HSL color Cylindrical-coordinate representation of color #594D16: hue angle of 49.25º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #594D16 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 22 -
CMYK 0 0.13 0.75 0.65
HSL 49.25º 0.6% 0.22% -
HSV(B) 49.25º 0.75% 0.35% -
XYZ 6.92 7.49 1.84 -
YUV 74.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 89 77 22 0 0.13 0.75 0.65 49.25 0.6 0.22
Hex 59 4D 16 0 D 4B 41 31 3C 16
Octal 131 115 26 0 15 113 101 61 74 26
Binary 1011001 1001101 10110 0 1101 1001011 1000001 110001 111100 10110

Color Harmonies of #594D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D16

Black with #594D16

Text Example


Text Example

White with #594D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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