Html Css Color HEX #594F13 Bronze Olive

📋 copy color: '#594F13'

red 89 ◦ green 79 ◦ blue 19

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

Shades of Bronze Olive #594F13

Tints of Bronze Olive #594F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 47.59%
G = 42.25%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#594F13 (or 0x594F13) is known color: Bronze Olive. HEX triplet: 59, 4F and 13. RGB value is (89,79,19). Sum of RGB (Red+Green+Blue) = 89+79+19=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #594F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594F13 is #A6B0EC. Grayscale: #4B4B4B. Windows color (decimal): -10924269 or 1265497. OLE color: 1265497.

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

Color convert

RGB 89 79 19 -
CMYK 0 0.11 0.79 0.65
HSL 51.43º 0.65% 0.21% -
HSV(B) 51.43º 0.79% 0.35% -
XYZ 7.03 7.76 1.74 -
YUV 75.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 89 79 19 0 0.11 0.79 0.65 51.43 0.65 0.21
Hex 59 4F 13 0 B 4F 41 33 41 15
Octal 131 117 23 0 13 117 101 63 101 25
Binary 1011001 1001111 10011 0 1011 1001111 1000001 110011 1000001 10101

Color Harmonies of #594F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F13

Black with #594F13

Text Example


Text Example

White with #594F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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