Html Css Color HEX #594A00 Bronze Olive

📋 copy color: '#594A00'

red 89 ◦ green 74 ◦ blue 0

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

Shades of Bronze Olive #594A00

Tints of Bronze Olive #594A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.6%
G = 45.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#594A00 (or 0x594A00) is known color: Bronze Olive. HEX triplet: 59, 4A and 00. RGB value is (89,74,0). Sum of RGB (Red+Green+Blue) = 89+74+0=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #594A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A00 is #A6B5FF. Grayscale: #464646. Windows color (decimal): -10925568 or 19033. OLE color: 19033.

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

Color convert

RGB 89 74 0 -
CMYK 0 0.17 1 0.65
HSL 49.89º 1% 0.17% -
HSV(B) 49.89º 1% 0.35% -
XYZ 6.57 7.02 1.01 -
YUV 70.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 89 74 0 0 0.17 1 0.65 49.89 1 0.17
Hex 59 4A 0 0 11 64 41 32 64 11
Octal 131 112 0 0 21 144 101 62 144 21
Binary 1011001 1001010 0 0 10001 1100100 1000001 110010 1100100 10001

Color Harmonies of #594A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A00

Black with #594A00

Text Example


Text Example

White with #594A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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