Html Css Color HEX #504911 Bronze Olive

📋 copy color: '#504911'

red 80 ◦ green 73 ◦ blue 17

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

Shades of Bronze Olive #504911

Tints of Bronze Olive #504911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 47.06%
G = 42.94%
B = 10%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#504911 (or 0x504911) is known color: Bronze Olive. HEX triplet: 50, 49 and 11. RGB value is (80,73,17). Sum of RGB (Red+Green+Blue) = 80+73+17=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504911 is #AFB6EE. Grayscale: #444444. Windows color (decimal): -11515631 or 1132880. OLE color: 1132880.

HSL color Cylindrical-coordinate representation of color #504911: hue angle of 53.33º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504911 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 17 -
CMYK 0 0.09 0.79 0.69
HSL 53.33º 0.65% 0.19% -
HSV(B) 53.33º 0.79% 0.31% -
XYZ 5.79 6.51 1.48 -
YUV 68.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 80 73 17 0 0.09 0.79 0.69 53.33 0.65 0.19
Hex 50 49 11 0 9 4F 45 35 41 13
Octal 120 111 21 0 11 117 105 65 101 23
Binary 1010000 1001001 10001 0 1001 1001111 1000101 110101 1000001 10011

Color Harmonies of #504911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504911

Black with #504911

Text Example


Text Example

White with #504911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504911; }

 p { color: rgb(80,73,17); }

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

background-color css

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

 a { background-color: rgb(80,73,17); }

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

border-color css

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

 span { border-color: rgb(80,73,17); }

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