Html Css Color HEX #594C04 Bronze Olive

📋 copy color: '#594C04'

red 89 ◦ green 76 ◦ blue 4

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

Shades of Bronze Olive #594C04

Tints of Bronze Olive #594C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.97%

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 52.66%
G = 44.97%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#594C04 (or 0x594C04) is known color: Bronze Olive. HEX triplet: 59, 4C and 04. RGB value is (89,76,4). Sum of RGB (Red+Green+Blue) = 89+76+4=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #594C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C04 is #A6B3FB. Grayscale: #474747. Windows color (decimal): -10925052 or 281689. OLE color: 281689.

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

Color convert

RGB 89 76 4 -
CMYK 0 0.15 0.96 0.65
HSL 50.82º 0.91% 0.18% -
HSV(B) 50.82º 0.96% 0.35% -
XYZ 6.73 7.3 1.17 -
YUV 71.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 89 76 4 0 0.15 0.96 0.65 50.82 0.91 0.18
Hex 59 4C 4 0 F 60 41 33 5B 12
Octal 131 114 4 0 17 140 101 63 133 22
Binary 1011001 1001100 100 0 1111 1100000 1000001 110011 1011011 10010

Color Harmonies of #594C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C04

Black with #594C04

Text Example


Text Example

White with #594C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,4); }

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

background-color css

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

 a { background-color: rgb(89,76,4); }

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

border-color css

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

 span { border-color: rgb(89,76,4); }

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