Html Css Color HEX #594504 Bronze Olive

📋 copy color: '#594504'

red 89 ◦ green 69 ◦ blue 4

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

Shades of Bronze Olive #594504

Tints of Bronze Olive #594504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

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

R = 54.94%
G = 42.59%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#594504 (or 0x594504) is known color: Bronze Olive. HEX triplet: 59, 45 and 04. RGB value is (89,69,4). Sum of RGB (Red+Green+Blue) = 89+69+4=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #594504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594504 is #A6BAFB. Grayscale: #434343. Windows color (decimal): -10926844 or 279897. OLE color: 279897.

HSL color Cylindrical-coordinate representation of color #594504: hue angle of 45.88º 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 #594504 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 4 -
CMYK 0 0.22 0.96 0.65
HSL 45.88º 0.91% 0.18% -
HSV(B) 45.88º 0.96% 0.35% -
XYZ 6.27 6.39 1.02 -
YUV 67.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 89 69 4 0 0.22 0.96 0.65 45.88 0.91 0.18
Hex 59 45 4 0 16 60 41 2E 5B 12
Octal 131 105 4 0 26 140 101 56 133 22
Binary 1011001 1000101 100 0 10110 1100000 1000001 101110 1011011 10010

Color Harmonies of #594504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594504

Black with #594504

Text Example


Text Example

White with #594504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594504; }

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

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

background-color css

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

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

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

border-color css

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

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

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