Html Css Color HEX #59481F Bronze Olive

📋 copy color: '#59481F'

red 89 ◦ green 72 ◦ blue 31

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

Shades of Bronze Olive #59481F

Tints of Bronze Olive #59481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 46.35%
G = 37.5%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59481F (or 0x59481F) is known color: Bronze Olive. HEX triplet: 59, 48 and 1F. RGB value is (89,72,31). Sum of RGB (Red+Green+Blue) = 89+72+31=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59481F is #A6B7E0. Grayscale: #484848. Windows color (decimal): -10926049 or 2050137. OLE color: 2050137.

HSL color Cylindrical-coordinate representation of color #59481F: hue angle of 42.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59481F is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 72 31 -
CMYK 0 0.19 0.65 0.65
HSL 42.41º 0.48% 0.24% -
HSV(B) 42.41º 0.65% 0.35% -
XYZ 6.68 6.86 2.27 -
YUV 72.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 89 72 31 0 0.19 0.65 0.65 42.41 0.48 0.24
Hex 59 48 1F 0 13 41 41 2A 30 18
Octal 131 110 37 0 23 101 101 52 60 30
Binary 1011001 1001000 11111 0 10011 1000001 1000001 101010 110000 11000

Color Harmonies of #59481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59481F

Black with #59481F

Text Example


Text Example

White with #59481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59481F; }

 p { color: rgb(89,72,31); }

 H1.HeaderClassName
 {
   color: #59481F;
 }
 .AnyTagClassName
 {
   color: #59481F;
 }
</style>

background-color css

<style>
 a { background-color: #59481F; }

 a { background-color: rgb(89,72,31); }

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

border-color css

<style>
 span { border-color: #59481F; }

 span { border-color: rgb(89,72,31); }

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