Html Css Color HEX #594515 Bronze Olive

📋 copy color: '#594515'

red 89 ◦ green 69 ◦ blue 21

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

Shades of Bronze Olive #594515

Tints of Bronze Olive #594515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.55%

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 49.72%
G = 38.55%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#594515 (or 0x594515) is known color: Bronze Olive. HEX triplet: 59, 45 and 15. RGB value is (89,69,21). Sum of RGB (Red+Green+Blue) = 89+69+21=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594515 is #A6BAEA. Grayscale: #454545. Windows color (decimal): -10926827 or 1394009. OLE color: 1394009.

HSL color Cylindrical-coordinate representation of color #594515: hue angle of 42.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #594515 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 69 21 -
CMYK 0 0.22 0.76 0.65
HSL 42.35º 0.62% 0.22% -
HSV(B) 42.35º 0.76% 0.35% -
XYZ 6.38 6.43 1.61 -
YUV 69.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 89 69 21 0 0.22 0.76 0.65 42.35 0.62 0.22
Hex 59 45 15 0 16 4C 41 2A 3E 16
Octal 131 105 25 0 26 114 101 52 76 26
Binary 1011001 1000101 10101 0 10110 1001100 1000001 101010 111110 10110

Color Harmonies of #594515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594515

Black with #594515

Text Example


Text Example

White with #594515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594515; }

 p { color: rgb(89,69,21); }

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

background-color css

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

 a { background-color: rgb(89,69,21); }

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

border-color css

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

 span { border-color: rgb(89,69,21); }

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