Html Css Color HEX #594E1E Bronze Olive

📋 copy color: '#594E1E'

red 89 ◦ green 78 ◦ blue 30

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

Shades of Bronze Olive #594E1E

Tints of Bronze Olive #594E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 45.18%
G = 39.59%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#594E1E (or 0x594E1E) is known color: Bronze Olive. HEX triplet: 59, 4E and 1E. RGB value is (89,78,30). Sum of RGB (Red+Green+Blue) = 89+78+30=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #594E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E1E is #A6B1E1. Grayscale: #4C4C4C. Windows color (decimal): -10924514 or 1986137. OLE color: 1986137.

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

Color convert

RGB 89 78 30 -
CMYK 0 0.12 0.66 0.65
HSL 48.81º 0.5% 0.23% -
HSV(B) 48.81º 0.66% 0.35% -
XYZ 7.08 7.67 2.33 -
YUV 75.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 89 78 30 0 0.12 0.66 0.65 48.81 0.5 0.23
Hex 59 4E 1E 0 C 42 41 31 32 17
Octal 131 116 36 0 14 102 101 61 62 27
Binary 1011001 1001110 11110 0 1100 1000010 1000001 110001 110010 10111

Color Harmonies of #594E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E1E

Black with #594E1E

Text Example


Text Example

White with #594E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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