Html Css Color HEX #594A02 Bronze Olive

📋 copy color: '#594A02'

red 89 ◦ green 74 ◦ blue 2

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

Shades of Bronze Olive #594A02

Tints of Bronze Olive #594A02

RGB

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

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

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

R = 53.94%
G = 44.85%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#594A02 (or 0x594A02) is known color: Bronze Olive. HEX triplet: 59, 4A and 02. RGB value is (89,74,2). Sum of RGB (Red+Green+Blue) = 89+74+2=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #594A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A02 is #A6B5FD. Grayscale: #464646. Windows color (decimal): -10925566 or 150105. OLE color: 150105.

HSL color Cylindrical-coordinate representation of color #594A02: hue angle of 49.66º 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 #594A02 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 2 -
CMYK 0 0.17 0.98 0.65
HSL 49.66º 0.96% 0.18% -
HSV(B) 49.66º 0.98% 0.35% -
XYZ 6.58 7.03 1.07 -
YUV 70.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 89 74 2 0 0.17 0.98 0.65 49.66 0.96 0.18
Hex 59 4A 2 0 11 62 41 32 60 12
Octal 131 112 2 0 21 142 101 62 140 22
Binary 1011001 1001010 10 0 10001 1100010 1000001 110010 1100000 10010

Color Harmonies of #594A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A02

Black with #594A02

Text Example


Text Example

White with #594A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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