Html Css Color HEX #594B0E Bronze Olive

📋 copy color: '#594B0E'

red 89 ◦ green 75 ◦ blue 14

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

Shades of Bronze Olive #594B0E

Tints of Bronze Olive #594B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.13%

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

R = 50%
G = 42.13%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#594B0E (or 0x594B0E) is known color: Bronze Olive. HEX triplet: 59, 4B and 0E. RGB value is (89,75,14). Sum of RGB (Red+Green+Blue) = 89+75+14=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594B0E is #A6B4F1. Grayscale: #484848. Windows color (decimal): -10925298 or 936793. OLE color: 936793.

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

Color convert

RGB 89 75 14 -
CMYK 0 0.16 0.84 0.65
HSL 48.8º 0.73% 0.2% -
HSV(B) 48.8º 0.84% 0.35% -
XYZ 6.72 7.19 1.45 -
YUV 72.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 89 75 14 0 0.16 0.84 0.65 48.8 0.73 0.2
Hex 59 4B E 0 10 54 41 31 49 14
Octal 131 113 16 0 20 124 101 61 111 24
Binary 1011001 1001011 1110 0 10000 1010100 1000001 110001 1001001 10100

Color Harmonies of #594B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B0E

Black with #594B0E

Text Example


Text Example

White with #594B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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