Html Css Color HEX #594F08 Bronze Olive

📋 copy color: '#594F08'

red 89 ◦ green 79 ◦ blue 8

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

Shades of Bronze Olive #594F08

Tints of Bronze Olive #594F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.89%

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

R = 50.57%
G = 44.89%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#594F08 (or 0x594F08) is known color: Bronze Olive. HEX triplet: 59, 4F and 08. RGB value is (89,79,8). Sum of RGB (Red+Green+Blue) = 89+79+8=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #594F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F08 is #A6B0F7. Grayscale: #4A4A4A. Windows color (decimal): -10924280 or 544601. OLE color: 544601.

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

Color convert

RGB 89 79 8 -
CMYK 0 0.11 0.91 0.65
HSL 52.59º 0.84% 0.19% -
HSV(B) 52.59º 0.91% 0.35% -
XYZ 6.96 7.73 1.36 -
YUV 73.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 89 79 8 0 0.11 0.91 0.65 52.59 0.84 0.19
Hex 59 4F 8 0 B 5B 41 35 54 13
Octal 131 117 10 0 13 133 101 65 124 23
Binary 1011001 1001111 1000 0 1011 1011011 1000001 110101 1010100 10011

Color Harmonies of #594F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F08

Black with #594F08

Text Example


Text Example

White with #594F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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