Html Css Color HEX #59541B Bronze Olive

📋 copy color: '#59541B'

red 89 ◦ green 84 ◦ blue 27

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

Shades of Bronze Olive #59541B

Tints of Bronze Olive #59541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 44.5%
G = 42%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59541B (or 0x59541B) is known color: Bronze Olive. HEX triplet: 59, 54 and 1B. RGB value is (89,84,27). Sum of RGB (Red+Green+Blue) = 89+84+27=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541B is #A6ABE4. Grayscale: #4F4F4F. Windows color (decimal): -10922981 or 1791065. OLE color: 1791065.

HSL color Cylindrical-coordinate representation of color #59541B: hue angle of 55.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59541B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 84 27 -
CMYK 0 0.06 0.70 0.65
HSL 55.16º 0.53% 0.23% -
HSV(B) 55.16º 0.7% 0.35% -
XYZ 7.49 8.54 2.29 -
YUV 79 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 89 84 27 0 0.06 0.70 0.65 55.16 0.53 0.23
Hex 59 54 1B 0 6 46 41 37 35 17
Octal 131 124 33 0 6 106 101 67 65 27
Binary 1011001 1010100 11011 0 110 1000110 1000001 110111 110101 10111

Color Harmonies of #59541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59541B

Black with #59541B

Text Example


Text Example

White with #59541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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