Html Css Color HEX #594D05 Bronze Olive

📋 copy color: '#594D05'

red 89 ◦ green 77 ◦ blue 5

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

Shades of Bronze Olive #594D05

Tints of Bronze Olive #594D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 52.05%
G = 45.03%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#594D05 (or 0x594D05) is known color: Bronze Olive. HEX triplet: 59, 4D and 05. RGB value is (89,77,5). Sum of RGB (Red+Green+Blue) = 89+77+5=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D05 is #A6B2FA. Grayscale: #484848. Windows color (decimal): -10924795 or 347481. OLE color: 347481.

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

Color convert

RGB 89 77 5 -
CMYK 0 0.13 0.94 0.65
HSL 51.43º 0.89% 0.18% -
HSV(B) 51.43º 0.94% 0.35% -
XYZ 6.8 7.44 1.22 -
YUV 72.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 89 77 5 0 0.13 0.94 0.65 51.43 0.89 0.18
Hex 59 4D 5 0 D 5E 41 33 59 12
Octal 131 115 5 0 15 136 101 63 131 22
Binary 1011001 1001101 101 0 1101 1011110 1000001 110011 1011001 10010

Color Harmonies of #594D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D05

Black with #594D05

Text Example


Text Example

White with #594D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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