Html Css Color HEX #594D08 Bronze Olive

📋 copy color: '#594D08'

red 89 ◦ green 77 ◦ blue 8

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

Shades of Bronze Olive #594D08

Tints of Bronze Olive #594D08

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 51.15%
G = 44.25%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#594D08 (or 0x594D08) is known color: Bronze Olive. HEX triplet: 59, 4D and 08. RGB value is (89,77,8). Sum of RGB (Red+Green+Blue) = 89+77+8=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D08 is #A6B2F7. Grayscale: #494949. Windows color (decimal): -10924792 or 544089. OLE color: 544089.

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

Color convert

RGB 89 77 8 -
CMYK 0 0.13 0.91 0.65
HSL 51.11º 0.84% 0.19% -
HSV(B) 51.11º 0.91% 0.35% -
XYZ 6.82 7.45 1.31 -
YUV 72.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 89 77 8 0 0.13 0.91 0.65 51.11 0.84 0.19
Hex 59 4D 8 0 D 5B 41 33 54 13
Octal 131 115 10 0 15 133 101 63 124 23
Binary 1011001 1001101 1000 0 1101 1011011 1000001 110011 1010100 10011

Color Harmonies of #594D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D08

Black with #594D08

Text Example


Text Example

White with #594D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,77,8); }

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

background-color css

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

 a { background-color: rgb(89,77,8); }

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

border-color css

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

 span { border-color: rgb(89,77,8); }

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