Html Css Color HEX #594814 Bronze Olive

📋 copy color: '#594814'

red 89 ◦ green 72 ◦ blue 20

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

Shades of Bronze Olive #594814

Tints of Bronze Olive #594814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 49.17%
G = 39.78%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#594814 (or 0x594814) is known color: Bronze Olive. HEX triplet: 59, 48 and 14. RGB value is (89,72,20). Sum of RGB (Red+Green+Blue) = 89+72+20=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #594814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594814 is #A6B7EB. Grayscale: #474747. Windows color (decimal): -10926060 or 1329241. OLE color: 1329241.

HSL color Cylindrical-coordinate representation of color #594814: hue angle of 45.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #594814 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 20 -
CMYK 0 0.19 0.78 0.65
HSL 45.22º 0.63% 0.21% -
HSV(B) 45.22º 0.78% 0.35% -
XYZ 6.56 6.81 1.63 -
YUV 71.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 89 72 20 0 0.19 0.78 0.65 45.22 0.63 0.21
Hex 59 48 14 0 13 4E 41 2D 3F 15
Octal 131 110 24 0 23 116 101 55 77 25
Binary 1011001 1001000 10100 0 10011 1001110 1000001 101101 111111 10101

Color Harmonies of #594814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594814

Black with #594814

Text Example


Text Example

White with #594814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594814; }

 p { color: rgb(89,72,20); }

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

background-color css

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

 a { background-color: rgb(89,72,20); }

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

border-color css

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

 span { border-color: rgb(89,72,20); }

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