Html Css Color HEX #59501D Bronze Olive

📋 copy color: '#59501D'

red 89 ◦ green 80 ◦ blue 29

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

Shades of Bronze Olive #59501D

Tints of Bronze Olive #59501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

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

R = 44.95%
G = 40.4%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59501D (or 0x59501D) is known color: Bronze Olive. HEX triplet: 59, 50 and 1D. RGB value is (89,80,29). Sum of RGB (Red+Green+Blue) = 89+80+29=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59501D is #A6AFE2. Grayscale: #4D4D4D. Windows color (decimal): -10924003 or 1921113. OLE color: 1921113.

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

Color convert

RGB 89 80 29 -
CMYK 0 0.10 0.67 0.65
HSL 51º 0.51% 0.23% -
HSV(B) 51º 0.67% 0.35% -
XYZ 7.21 7.95 2.32 -
YUV 76.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 89 80 29 0 0.10 0.67 0.65 51 0.51 0.23
Hex 59 50 1D 0 A 43 41 33 33 17
Octal 131 120 35 0 12 103 101 63 63 27
Binary 1011001 1010000 11101 0 1010 1000011 1000001 110011 110011 10111

Color Harmonies of #59501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59501D

Black with #59501D

Text Example


Text Example

White with #59501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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