Html Css Color HEX #504710 Bronze Olive

📋 copy color: '#504710'

red 80 ◦ green 71 ◦ blue 16

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

Shades of Bronze Olive #504710

Tints of Bronze Olive #504710

RGB

 RED value IS 80 (31.64% from 255) = 47.9%

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

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 47.9%
G = 42.51%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#504710 (or 0x504710) is known color: Bronze Olive. HEX triplet: 50, 47 and 10. RGB value is (80,71,16). Sum of RGB (Red+Green+Blue) = 80+71+16=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504710 is #AFB8EF. Grayscale: #434343. Windows color (decimal): -11516144 or 1066832. OLE color: 1066832.

HSL color Cylindrical-coordinate representation of color #504710: hue angle of 51.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #504710 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 16 -
CMYK 0 0.11 0.80 0.69
HSL 51.56º 0.67% 0.19% -
HSV(B) 51.56º 0.8% 0.31% -
XYZ 5.66 6.25 1.4 -
YUV 67.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 80 71 16 0 0.11 0.80 0.69 51.56 0.67 0.19
Hex 50 47 10 0 B 50 45 34 43 13
Octal 120 107 20 0 13 120 105 64 103 23
Binary 1010000 1000111 10000 0 1011 1010000 1000101 110100 1000011 10011

Color Harmonies of #504710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504710

Black with #504710

Text Example


Text Example

White with #504710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504710; }

 p { color: rgb(80,71,16); }

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

background-color css

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

 a { background-color: rgb(80,71,16); }

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

border-color css

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

 span { border-color: rgb(80,71,16); }

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