Html Css Color HEX #594E12 Bronze Olive

📋 copy color: '#594E12'

red 89 ◦ green 78 ◦ blue 18

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

Shades of Bronze Olive #594E12

Tints of Bronze Olive #594E12

RGB

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

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

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

R = 48.11%
G = 42.16%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594E12 (or 0x594E12) is known color: Bronze Olive. HEX triplet: 59, 4E and 12. RGB value is (89,78,18). Sum of RGB (Red+Green+Blue) = 89+78+18=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #594E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E12 is #A6B1ED. Grayscale: #4A4A4A. Windows color (decimal): -10924526 or 1199705. OLE color: 1199705.

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

Color convert

RGB 89 78 18 -
CMYK 0 0.12 0.80 0.65
HSL 50.7º 0.66% 0.21% -
HSV(B) 50.7º 0.8% 0.35% -
XYZ 6.95 7.62 1.68 -
YUV 74.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 89 78 18 0 0.12 0.80 0.65 50.7 0.66 0.21
Hex 59 4E 12 0 C 50 41 33 42 15
Octal 131 116 22 0 14 120 101 63 102 25
Binary 1011001 1001110 10010 0 1100 1010000 1000001 110011 1000010 10101

Color Harmonies of #594E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E12

Black with #594E12

Text Example


Text Example

White with #594E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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