Html Css Color HEX #594111 Bronze Olive

📋 copy color: '#594111'

red 89 ◦ green 65 ◦ blue 17

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

Shades of Bronze Olive #594111

Tints of Bronze Olive #594111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 52.05%
G = 38.01%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#594111 (or 0x594111) is known color: Bronze Olive. HEX triplet: 59, 41 and 11. RGB value is (89,65,17). Sum of RGB (Red+Green+Blue) = 89+65+17=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594111 is #A6BEEE. Grayscale: #424242. Windows color (decimal): -10927855 or 1130841. OLE color: 1130841.

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

Color convert

RGB 89 65 17 -
CMYK 0 0.27 0.81 0.65
HSL 40º 0.68% 0.21% -
HSV(B) 40º 0.81% 0.35% -
XYZ 6.11 5.94 1.36 -
YUV 66.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 89 65 17 0 0.27 0.81 0.65 40 0.68 0.21
Hex 59 41 11 0 1B 51 41 28 44 15
Octal 131 101 21 0 33 121 101 50 104 25
Binary 1011001 1000001 10001 0 11011 1010001 1000001 101000 1000100 10101

Color Harmonies of #594111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594111

Black with #594111

Text Example


Text Example

White with #594111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594111; }

 p { color: rgb(89,65,17); }

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

background-color css

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

 a { background-color: rgb(89,65,17); }

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

border-color css

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

 span { border-color: rgb(89,65,17); }

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