Html Css Color HEX #59521E Bronze Olive

📋 copy color: '#59521E'

red 89 ◦ green 82 ◦ blue 30

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

Shades of Bronze Olive #59521E

Tints of Bronze Olive #59521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 44.28%
G = 40.8%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59521E (or 0x59521E) is known color: Bronze Olive. HEX triplet: 59, 52 and 1E. RGB value is (89,82,30). Sum of RGB (Red+Green+Blue) = 89+82+30=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521E is #A6ADE1. Grayscale: #4E4E4E. Windows color (decimal): -10923490 or 1987161. OLE color: 1987161.

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

Color convert

RGB 89 82 30 -
CMYK 0 0.08 0.66 0.65
HSL 52.88º 0.5% 0.23% -
HSV(B) 52.88º 0.66% 0.35% -
XYZ 7.37 8.25 2.43 -
YUV 78.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 89 82 30 0 0.08 0.66 0.65 52.88 0.5 0.23
Hex 59 52 1E 0 8 42 41 35 32 17
Octal 131 122 36 0 10 102 101 65 62 27
Binary 1011001 1010010 11110 0 1000 1000010 1000001 110101 110010 10111

Color Harmonies of #59521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59521E

Black with #59521E

Text Example


Text Example

White with #59521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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