Html Css Color HEX #594D0E Bronze Olive

📋 copy color: '#594D0E'

red 89 ◦ green 77 ◦ blue 14

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

Shades of Bronze Olive #594D0E

Tints of Bronze Olive #594D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 49.44%
G = 42.78%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#594D0E (or 0x594D0E) is known color: Bronze Olive. HEX triplet: 59, 4D and 0E. RGB value is (89,77,14). Sum of RGB (Red+Green+Blue) = 89+77+14=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #594D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D0E is #A6B2F1. Grayscale: #494949. Windows color (decimal): -10924786 or 937305. OLE color: 937305.

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

Color convert

RGB 89 77 14 -
CMYK 0 0.13 0.84 0.65
HSL 50.4º 0.73% 0.2% -
HSV(B) 50.4º 0.84% 0.35% -
XYZ 6.85 7.46 1.49 -
YUV 73.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 89 77 14 0 0.13 0.84 0.65 50.4 0.73 0.2
Hex 59 4D E 0 D 54 41 32 49 14
Octal 131 115 16 0 15 124 101 62 111 24
Binary 1011001 1001101 1110 0 1101 1010100 1000001 110010 1001001 10100

Color Harmonies of #594D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D0E

Black with #594D0E

Text Example


Text Example

White with #594D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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