Html Css Color HEX #59510F Bronze Olive

📋 copy color: '#59510F'

red 89 ◦ green 81 ◦ blue 15

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

Shades of Bronze Olive #59510F

Tints of Bronze Olive #59510F

RGB

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

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

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

R = 48.11%
G = 43.78%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59510F (or 0x59510F) is known color: Bronze Olive. HEX triplet: 59, 51 and 0F. RGB value is (89,81,15). Sum of RGB (Red+Green+Blue) = 89+81+15=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59510F is #A6AEF0. Grayscale: #4C4C4C. Windows color (decimal): -10923761 or 1003865. OLE color: 1003865.

HSL color Cylindrical-coordinate representation of color #59510F: hue angle of 53.51º 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 #59510F is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 15 -
CMYK 0 0.09 0.83 0.65
HSL 53.51º 0.71% 0.2% -
HSV(B) 53.51º 0.83% 0.35% -
XYZ 7.15 8.04 1.63 -
YUV 75.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 89 81 15 0 0.09 0.83 0.65 53.51 0.71 0.2
Hex 59 51 F 0 9 53 41 36 47 14
Octal 131 121 17 0 11 123 101 66 107 24
Binary 1011001 1010001 1111 0 1001 1010011 1000001 110110 1000111 10100

Color Harmonies of #59510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59510F

Black with #59510F

Text Example


Text Example

White with #59510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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