Html Css Color HEX #59520D Bronze Olive

📋 copy color: '#59520D'

red 89 ◦ green 82 ◦ blue 13

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

Shades of Bronze Olive #59520D

Tints of Bronze Olive #59520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.57%

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

R = 48.37%
G = 44.57%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59520D (or 0x59520D) is known color: Bronze Olive. HEX triplet: 59, 52 and 0D. RGB value is (89,82,13). Sum of RGB (Red+Green+Blue) = 89+82+13=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59520D is #A6ADF2. Grayscale: #4C4C4C. Windows color (decimal): -10923507 or 873049. OLE color: 873049.

HSL color Cylindrical-coordinate representation of color #59520D: hue angle of 54.47º 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 #59520D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 13 -
CMYK 0 0.08 0.85 0.65
HSL 54.47º 0.75% 0.2% -
HSV(B) 54.47º 0.85% 0.35% -
XYZ 7.21 8.19 1.58 -
YUV 76.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 89 82 13 0 0.08 0.85 0.65 54.47 0.75 0.2
Hex 59 52 D 0 8 55 41 36 4B 14
Octal 131 122 15 0 10 125 101 66 113 24
Binary 1011001 1010010 1101 0 1000 1010101 1000001 110110 1001011 10100

Color Harmonies of #59520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59520D

Black with #59520D

Text Example


Text Example

White with #59520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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