Html Css Color HEX #59530F Bronze Olive

📋 copy color: '#59530F'

red 89 ◦ green 83 ◦ blue 15

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

Shades of Bronze Olive #59530F

Tints of Bronze Olive #59530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 47.59%
G = 44.39%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59530F (or 0x59530F) is known color: Bronze Olive. HEX triplet: 59, 53 and 0F. RGB value is (89,83,15). Sum of RGB (Red+Green+Blue) = 89+83+15=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530F is #A6ACF0. Grayscale: #4D4D4D. Windows color (decimal): -10923249 or 1004377. OLE color: 1004377.

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

Color convert

RGB 89 83 15 -
CMYK 0 0.07 0.83 0.65
HSL 55.14º 0.71% 0.2% -
HSV(B) 55.14º 0.83% 0.35% -
XYZ 7.3 8.34 1.68 -
YUV 77.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 89 83 15 0 0.07 0.83 0.65 55.14 0.71 0.2
Hex 59 53 F 0 7 53 41 37 47 14
Octal 131 123 17 0 7 123 101 67 107 24
Binary 1011001 1010011 1111 0 111 1010011 1000001 110111 1000111 10100

Color Harmonies of #59530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59530F

Black with #59530F

Text Example


Text Example

White with #59530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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