Html Css Color HEX #594513 Bronze Olive

📋 copy color: '#594513'

red 89 ◦ green 69 ◦ blue 19

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

Shades of Bronze Olive #594513

Tints of Bronze Olive #594513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 50.28%
G = 38.98%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#594513 (or 0x594513) is known color: Bronze Olive. HEX triplet: 59, 45 and 13. RGB value is (89,69,19). Sum of RGB (Red+Green+Blue) = 89+69+19=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #594513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594513 is #A6BAEC. Grayscale: #454545. Windows color (decimal): -10926829 or 1262937. OLE color: 1262937.

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

Color convert

RGB 89 69 19 -
CMYK 0 0.22 0.79 0.65
HSL 42.86º 0.65% 0.21% -
HSV(B) 42.86º 0.79% 0.35% -
XYZ 6.37 6.43 1.52 -
YUV 69.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 89 69 19 0 0.22 0.79 0.65 42.86 0.65 0.21
Hex 59 45 13 0 16 4F 41 2B 41 15
Octal 131 105 23 0 26 117 101 53 101 25
Binary 1011001 1000101 10011 0 10110 1001111 1000001 101011 1000001 10101

Color Harmonies of #594513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594513

Black with #594513

Text Example


Text Example

White with #594513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594513; }

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

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

background-color css

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

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

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

border-color css

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

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

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