Html Css Color HEX #594902 Bronze Olive

📋 copy color: '#594902'

red 89 ◦ green 73 ◦ blue 2

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

Shades of Bronze Olive #594902

Tints of Bronze Olive #594902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 2 (1.17% from 255) = 1.22%

R = 54.27%
G = 44.51%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#594902 (or 0x594902) is known color: Bronze Olive. HEX triplet: 59, 49 and 02. RGB value is (89,73,2). Sum of RGB (Red+Green+Blue) = 89+73+2=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #594902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594902 is #A6B6FD. Grayscale: #454545. Windows color (decimal): -10925822 or 149849. OLE color: 149849.

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

Color convert

RGB 89 73 2 -
CMYK 0 0.18 0.98 0.65
HSL 48.97º 0.96% 0.18% -
HSV(B) 48.97º 0.98% 0.35% -
XYZ 6.51 6.89 1.04 -
YUV 69.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 89 73 2 0 0.18 0.98 0.65 48.97 0.96 0.18
Hex 59 49 2 0 12 62 41 31 60 12
Octal 131 111 2 0 22 142 101 61 140 22
Binary 1011001 1001001 10 0 10010 1100010 1000001 110001 1100000 10010

Color Harmonies of #594902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594902

Black with #594902

Text Example


Text Example

White with #594902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594902; }

 p { color: rgb(89,73,2); }

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

background-color css

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

 a { background-color: rgb(89,73,2); }

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

border-color css

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

 span { border-color: rgb(89,73,2); }

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