Html Css Color HEX #504A15 Bronze Olive

📋 copy color: '#504A15'

red 80 ◦ green 74 ◦ blue 21

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

Shades of Bronze Olive #504A15

Tints of Bronze Olive #504A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.29%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 45.71%
G = 42.29%
B = 12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#504A15 (or 0x504A15) is known color: Bronze Olive. HEX triplet: 50, 4A and 15. RGB value is (80,74,21). Sum of RGB (Red+Green+Blue) = 80+74+21=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A15 is #AFB5EA. Grayscale: #454545. Windows color (decimal): -11515371 or 1395280. OLE color: 1395280.

HSL color Cylindrical-coordinate representation of color #504A15: hue angle of 53.9º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #504A15 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 74 21 -
CMYK 0 0.08 0.74 0.69
HSL 53.9º 0.58% 0.2% -
HSV(B) 53.9º 0.74% 0.31% -
XYZ 5.89 6.66 1.68 -
YUV 69.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 80 74 21 0 0.08 0.74 0.69 53.9 0.58 0.2
Hex 50 4A 15 0 8 4A 45 36 3A 14
Octal 120 112 25 0 10 112 105 66 72 24
Binary 1010000 1001010 10101 0 1000 1001010 1000101 110110 111010 10100

Color Harmonies of #504A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A15

Black with #504A15

Text Example


Text Example

White with #504A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,74,21); }

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

background-color css

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

 a { background-color: rgb(80,74,21); }

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

border-color css

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

 span { border-color: rgb(80,74,21); }

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