Html Css Color HEX #59521D Bronze Olive

📋 copy color: '#59521D'

red 89 ◦ green 82 ◦ blue 29

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

Shades of Bronze Olive #59521D

Tints of Bronze Olive #59521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 44.5%
G = 41%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59521D (or 0x59521D) is known color: Bronze Olive. HEX triplet: 59, 52 and 1D. RGB value is (89,82,29). Sum of RGB (Red+Green+Blue) = 89+82+29=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521D is #A6ADE2. Grayscale: #4E4E4E. Windows color (decimal): -10923491 or 1921625. OLE color: 1921625.

HSL color Cylindrical-coordinate representation of color #59521D: hue angle of 53º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59521D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 29 -
CMYK 0 0.08 0.67 0.65
HSL 53º 0.51% 0.23% -
HSV(B) 53º 0.67% 0.35% -
XYZ 7.36 8.25 2.37 -
YUV 78.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 89 82 29 0 0.08 0.67 0.65 53 0.51 0.23
Hex 59 52 1D 0 8 43 41 35 33 17
Octal 131 122 35 0 10 103 101 65 63 27
Binary 1011001 1010010 11101 0 1000 1000011 1000001 110101 110011 10111

Color Harmonies of #59521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59521D

Black with #59521D

Text Example


Text Example

White with #59521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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