Html Css Color HEX #504D1A Bronze Olive

📋 copy color: '#504D1A'

red 80 ◦ green 77 ◦ blue 26

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

Shades of Bronze Olive #504D1A

Tints of Bronze Olive #504D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.08%

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 43.72%
G = 42.08%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#504D1A (or 0x504D1A) is known color: Bronze Olive. HEX triplet: 50, 4D and 1A. RGB value is (80,77,26). Sum of RGB (Red+Green+Blue) = 80+77+26=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #504D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D1A is #AFB2E5. Grayscale: #484848. Windows color (decimal): -11514598 or 1723728. OLE color: 1723728.

HSL color Cylindrical-coordinate representation of color #504D1A: hue angle of 56.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504D1A is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 26 -
CMYK 0 0.04 0.67 0.69
HSL 56.67º 0.51% 0.21% -
HSV(B) 56.67º 0.68% 0.31% -
XYZ 6.15 7.09 2.02 -
YUV 72.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 80 77 26 0 0.04 0.67 0.69 56.67 0.51 0.21
Hex 50 4D 1A 0 4 43 45 39 33 15
Octal 120 115 32 0 4 103 105 71 63 25
Binary 1010000 1001101 11010 0 100 1000011 1000101 111001 110011 10101

Color Harmonies of #504D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D1A

Black with #504D1A

Text Example


Text Example

White with #504D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504D1A; }

 p { color: rgb(80,77,26); }

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

background-color css

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

 a { background-color: rgb(80,77,26); }

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

border-color css

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

 span { border-color: rgb(80,77,26); }

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