Html Css Color HEX #594F12 Bronze Olive

📋 copy color: '#594F12'

red 89 ◦ green 79 ◦ blue 18

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

Shades of Bronze Olive #594F12

Tints of Bronze Olive #594F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 47.85%
G = 42.47%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594F12 (or 0x594F12) is known color: Bronze Olive. HEX triplet: 59, 4F and 12. RGB value is (89,79,18). Sum of RGB (Red+Green+Blue) = 89+79+18=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #594F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F12 is #A6B0ED. Grayscale: #4B4B4B. Windows color (decimal): -10924270 or 1199961. OLE color: 1199961.

HSL color Cylindrical-coordinate representation of color #594F12: hue angle of 51.55º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #594F12 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 18 -
CMYK 0 0.11 0.80 0.65
HSL 51.55º 0.66% 0.21% -
HSV(B) 51.55º 0.8% 0.35% -
XYZ 7.02 7.76 1.7 -
YUV 75.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 89 79 18 0 0.11 0.80 0.65 51.55 0.66 0.21
Hex 59 4F 12 0 B 50 41 34 42 15
Octal 131 117 22 0 13 120 101 64 102 25
Binary 1011001 1001111 10010 0 1011 1010000 1000001 110100 1000010 10101

Color Harmonies of #594F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F12

Black with #594F12

Text Example


Text Example

White with #594F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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