Html Css Color HEX #594E0E Bronze Olive

📋 copy color: '#594E0E'

red 89 ◦ green 78 ◦ blue 14

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

Shades of Bronze Olive #594E0E

Tints of Bronze Olive #594E0E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.09%

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

R = 49.17%
G = 43.09%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#594E0E (or 0x594E0E) is known color: Bronze Olive. HEX triplet: 59, 4E and 0E. RGB value is (89,78,14). Sum of RGB (Red+Green+Blue) = 89+78+14=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #594E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E0E is #A6B1F1. Grayscale: #4A4A4A. Windows color (decimal): -10924530 or 937561. OLE color: 937561.

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

Color convert

RGB 89 78 14 -
CMYK 0 0.12 0.84 0.65
HSL 51.2º 0.73% 0.2% -
HSV(B) 51.2º 0.84% 0.35% -
XYZ 6.92 7.6 1.52 -
YUV 73.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 89 78 14 0 0.12 0.84 0.65 51.2 0.73 0.2
Hex 59 4E E 0 C 54 41 33 49 14
Octal 131 116 16 0 14 124 101 63 111 24
Binary 1011001 1001110 1110 0 1100 1010100 1000001 110011 1001001 10100

Color Harmonies of #594E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E0E

Black with #594E0E

Text Example


Text Example

White with #594E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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