Html Css Color HEX #59470F Bronze Olive

📋 copy color: '#59470F'

red 89 ◦ green 71 ◦ blue 15

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

Shades of Bronze Olive #59470F

Tints of Bronze Olive #59470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 50.86%
G = 40.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59470F (or 0x59470F) is known color: Bronze Olive. HEX triplet: 59, 47 and 0F. RGB value is (89,71,15). Sum of RGB (Red+Green+Blue) = 89+71+15=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59470F is #A6B8F0. Grayscale: #464646. Windows color (decimal): -10926321 or 1001305. OLE color: 1001305.

HSL color Cylindrical-coordinate representation of color #59470F: hue angle of 45.41º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59470F is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 15 -
CMYK 0 0.20 0.83 0.65
HSL 45.41º 0.71% 0.2% -
HSV(B) 45.41º 0.83% 0.35% -
XYZ 6.46 6.66 1.4 -
YUV 70 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 89 71 15 0 0.20 0.83 0.65 45.41 0.71 0.2
Hex 59 47 F 0 14 53 41 2D 47 14
Octal 131 107 17 0 24 123 101 55 107 24
Binary 1011001 1000111 1111 0 10100 1010011 1000001 101101 1000111 10100

Color Harmonies of #59470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59470F

Black with #59470F

Text Example


Text Example

White with #59470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,71,15); }

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

background-color css

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

 a { background-color: rgb(89,71,15); }

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

border-color css

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

 span { border-color: rgb(89,71,15); }

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