Html Css Color HEX #594D07 Bronze Olive

📋 copy color: '#594D07'

red 89 ◦ green 77 ◦ blue 7

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

Shades of Bronze Olive #594D07

Tints of Bronze Olive #594D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.05%

R = 51.45%
G = 44.51%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#594D07 (or 0x594D07) is known color: Bronze Olive. HEX triplet: 59, 4D and 07. RGB value is (89,77,7). Sum of RGB (Red+Green+Blue) = 89+77+7=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #594D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D07 is #A6B2F8. Grayscale: #484848. Windows color (decimal): -10924793 or 478553. OLE color: 478553.

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

Color convert

RGB 89 77 7 -
CMYK 0 0.13 0.92 0.65
HSL 51.22º 0.85% 0.19% -
HSV(B) 51.22º 0.92% 0.35% -
XYZ 6.81 7.45 1.28 -
YUV 72.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 89 77 7 0 0.13 0.92 0.65 51.22 0.85 0.19
Hex 59 4D 7 0 D 5C 41 33 55 13
Octal 131 115 7 0 15 134 101 63 125 23
Binary 1011001 1001101 111 0 1101 1011100 1000001 110011 1010101 10011

Color Harmonies of #594D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D07

Black with #594D07

Text Example


Text Example

White with #594D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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