Html Css Color HEX #59510B Bronze Olive

📋 copy color: '#59510B'

red 89 ◦ green 81 ◦ blue 11

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

Shades of Bronze Olive #59510B

Tints of Bronze Olive #59510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.75%

 BLUE value IS 11 (4.69% from 255) = 6.08%

R = 49.17%
G = 44.75%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59510B (or 0x59510B) is known color: Bronze Olive. HEX triplet: 59, 51 and 0B. RGB value is (89,81,11). Sum of RGB (Red+Green+Blue) = 89+81+11=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59510B is #A6AEF4. Grayscale: #4B4B4B. Windows color (decimal): -10923765 or 741721. OLE color: 741721.

HSL color Cylindrical-coordinate representation of color #59510B: hue angle of 53.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59510B is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 11 -
CMYK 0 0.09 0.88 0.65
HSL 53.85º 0.78% 0.2% -
HSV(B) 53.85º 0.88% 0.35% -
XYZ 7.12 8.03 1.49 -
YUV 75.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 89 81 11 0 0.09 0.88 0.65 53.85 0.78 0.2
Hex 59 51 B 0 9 58 41 36 4E 14
Octal 131 121 13 0 11 130 101 66 116 24
Binary 1011001 1010001 1011 0 1001 1011000 1000001 110110 1001110 10100

Color Harmonies of #59510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59510B

Black with #59510B

Text Example


Text Example

White with #59510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,81,11); }

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

background-color css

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

 a { background-color: rgb(89,81,11); }

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

border-color css

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

 span { border-color: rgb(89,81,11); }

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