Html Css Color HEX #504914 Bronze Olive

📋 copy color: '#504914'

red 80 ◦ green 73 ◦ blue 20

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

Shades of Bronze Olive #504914

Tints of Bronze Olive #504914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 46.24%
G = 42.2%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#504914 (or 0x504914) is known color: Bronze Olive. HEX triplet: 50, 49 and 14. RGB value is (80,73,20). Sum of RGB (Red+Green+Blue) = 80+73+20=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504914 is #AFB6EB. Grayscale: #454545. Windows color (decimal): -11515628 or 1329488. OLE color: 1329488.

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

Color convert

RGB 80 73 20 -
CMYK 0 0.09 0.75 0.69
HSL 53º 0.6% 0.2% -
HSV(B) 53º 0.75% 0.31% -
XYZ 5.82 6.52 1.61 -
YUV 69.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 80 73 20 0 0.09 0.75 0.69 53 0.6 0.2
Hex 50 49 14 0 9 4B 45 35 3C 14
Octal 120 111 24 0 11 113 105 65 74 24
Binary 1010000 1001001 10100 0 1001 1001011 1000101 110101 111100 10100

Color Harmonies of #504914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504914

Black with #504914

Text Example


Text Example

White with #504914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504914; }

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

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

background-color css

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

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

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

border-color css

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

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

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