Html Css Color HEX #59540F Bronze Olive

📋 copy color: '#59540F'

red 89 ◦ green 84 ◦ blue 15

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

Shades of Bronze Olive #59540F

Tints of Bronze Olive #59540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 47.34%
G = 44.68%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59540F (or 0x59540F) is known color: Bronze Olive. HEX triplet: 59, 54 and 0F. RGB value is (89,84,15). Sum of RGB (Red+Green+Blue) = 89+84+15=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59540F is #A6ABF0. Grayscale: #4D4D4D. Windows color (decimal): -10922993 or 1004633. OLE color: 1004633.

HSL color Cylindrical-coordinate representation of color #59540F: hue angle of 55.95º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59540F is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 84 15 -
CMYK 0 0.06 0.83 0.65
HSL 55.95º 0.71% 0.2% -
HSV(B) 55.95º 0.83% 0.35% -
XYZ 7.38 8.5 1.7 -
YUV 77.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 89 84 15 0 0.06 0.83 0.65 55.95 0.71 0.2
Hex 59 54 F 0 6 53 41 38 47 14
Octal 131 124 17 0 6 123 101 70 107 24
Binary 1011001 1010100 1111 0 110 1010011 1000001 111000 1000111 10100

Color Harmonies of #59540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59540F

Black with #59540F

Text Example


Text Example

White with #59540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,84,15); }

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

background-color css

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

 a { background-color: rgb(89,84,15); }

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

border-color css

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

 span { border-color: rgb(89,84,15); }

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