Html Css Color HEX #594C11 Bronze Olive

📋 copy color: '#594C11'

red 89 ◦ green 76 ◦ blue 17

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

Shades of Bronze Olive #594C11

Tints of Bronze Olive #594C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 48.9%
G = 41.76%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#594C11 (or 0x594C11) is known color: Bronze Olive. HEX triplet: 59, 4C and 11. RGB value is (89,76,17). Sum of RGB (Red+Green+Blue) = 89+76+17=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #594C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C11 is #A6B3EE. Grayscale: #494949. Windows color (decimal): -10925039 or 1133657. OLE color: 1133657.

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

Color convert

RGB 89 76 17 -
CMYK 0 0.15 0.81 0.65
HSL 49.17º 0.68% 0.21% -
HSV(B) 49.17º 0.81% 0.35% -
XYZ 6.81 7.33 1.59 -
YUV 73.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 89 76 17 0 0.15 0.81 0.65 49.17 0.68 0.21
Hex 59 4C 11 0 F 51 41 31 44 15
Octal 131 114 21 0 17 121 101 61 104 25
Binary 1011001 1001100 10001 0 1111 1010001 1000001 110001 1000100 10101

Color Harmonies of #594C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C11

Black with #594C11

Text Example


Text Example

White with #594C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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