Html Css Color HEX #59530A Bronze Olive

📋 copy color: '#59530A'

red 89 ◦ green 83 ◦ blue 10

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

Shades of Bronze Olive #59530A

Tints of Bronze Olive #59530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 48.9%
G = 45.6%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59530A (or 0x59530A) is known color: Bronze Olive. HEX triplet: 59, 53 and 0A. RGB value is (89,83,10). Sum of RGB (Red+Green+Blue) = 89+83+10=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530A is #A6ACF5. Grayscale: #4C4C4C. Windows color (decimal): -10923254 or 676697. OLE color: 676697.

HSL color Cylindrical-coordinate representation of color #59530A: hue angle of 55.44º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59530A is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 10 -
CMYK 0 0.07 0.89 0.65
HSL 55.44º 0.8% 0.19% -
HSV(B) 55.44º 0.89% 0.35% -
XYZ 7.27 8.33 1.51 -
YUV 76.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 89 83 10 0 0.07 0.89 0.65 55.44 0.8 0.19
Hex 59 53 A 0 7 59 41 37 50 13
Octal 131 123 12 0 7 131 101 67 120 23
Binary 1011001 1010011 1010 0 111 1011001 1000001 110111 1010000 10011

Color Harmonies of #59530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59530A

Black with #59530A

Text Example


Text Example

White with #59530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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