Html Css Color HEX #594E10 Bronze Olive

📋 copy color: '#594E10'

red 89 ◦ green 78 ◦ blue 16

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

Shades of Bronze Olive #594E10

Tints of Bronze Olive #594E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 48.63%
G = 42.62%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#594E10 (or 0x594E10) is known color: Bronze Olive. HEX triplet: 59, 4E and 10. RGB value is (89,78,16). Sum of RGB (Red+Green+Blue) = 89+78+16=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #594E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E10 is #A6B1EF. Grayscale: #4A4A4A. Windows color (decimal): -10924528 or 1068633. OLE color: 1068633.

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

Color convert

RGB 89 78 16 -
CMYK 0 0.12 0.82 0.65
HSL 50.96º 0.7% 0.21% -
HSV(B) 50.96º 0.82% 0.35% -
XYZ 6.94 7.61 1.59 -
YUV 74.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 89 78 16 0 0.12 0.82 0.65 50.96 0.7 0.21
Hex 59 4E 10 0 C 52 41 33 46 15
Octal 131 116 20 0 14 122 101 63 106 25
Binary 1011001 1001110 10000 0 1100 1010010 1000001 110011 1000110 10101

Color Harmonies of #594E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E10

Black with #594E10

Text Example


Text Example

White with #594E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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