Html Css Color HEX #59501F Bronze Olive

📋 copy color: '#59501F'

red 89 ◦ green 80 ◦ blue 31

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

Shades of Bronze Olive #59501F

Tints of Bronze Olive #59501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 44.5%
G = 40%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59501F (or 0x59501F) is known color: Bronze Olive. HEX triplet: 59, 50 and 1F. RGB value is (89,80,31). Sum of RGB (Red+Green+Blue) = 89+80+31=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59501F is #A6AFE0. Grayscale: #4D4D4D. Windows color (decimal): -10924001 or 2052185. OLE color: 2052185.

HSL color Cylindrical-coordinate representation of color #59501F: hue angle of 50.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59501F is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 31 -
CMYK 0 0.10 0.65 0.65
HSL 50.69º 0.48% 0.24% -
HSV(B) 50.69º 0.65% 0.35% -
XYZ 7.24 7.96 2.45 -
YUV 77.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 89 80 31 0 0.10 0.65 0.65 50.69 0.48 0.24
Hex 59 50 1F 0 A 41 41 33 30 18
Octal 131 120 37 0 12 101 101 63 60 30
Binary 1011001 1010000 11111 0 1010 1000001 1000001 110011 110000 11000

Color Harmonies of #59501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59501F

Black with #59501F

Text Example


Text Example

White with #59501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59501F; }

 p { color: rgb(89,80,31); }

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

background-color css

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

 a { background-color: rgb(89,80,31); }

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

border-color css

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

 span { border-color: rgb(89,80,31); }

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