Html Css Color HEX #59530D Bronze Olive

📋 copy color: '#59530D'

red 89 ◦ green 83 ◦ blue 13

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

Shades of Bronze Olive #59530D

Tints of Bronze Olive #59530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 48.11%
G = 44.86%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59530D (or 0x59530D) is known color: Bronze Olive. HEX triplet: 59, 53 and 0D. RGB value is (89,83,13). Sum of RGB (Red+Green+Blue) = 89+83+13=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59530D is #A6ACF2. Grayscale: #4D4D4D. Windows color (decimal): -10923251 or 873305. OLE color: 873305.

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

Color convert

RGB 89 83 13 -
CMYK 0 0.07 0.85 0.65
HSL 55.26º 0.75% 0.2% -
HSV(B) 55.26º 0.85% 0.35% -
XYZ 7.29 8.34 1.61 -
YUV 76.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 89 83 13 0 0.07 0.85 0.65 55.26 0.75 0.2
Hex 59 53 D 0 7 55 41 37 4B 14
Octal 131 123 15 0 7 125 101 67 113 24
Binary 1011001 1010011 1101 0 111 1010101 1000001 110111 1001011 10100

Color Harmonies of #59530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59530D

Black with #59530D

Text Example


Text Example

White with #59530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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