Html Css Color HEX #504A0F Bronze Olive

📋 copy color: '#504A0F'

red 80 ◦ green 74 ◦ blue 15

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

Shades of Bronze Olive #504A0F

Tints of Bronze Olive #504A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 47.34%
G = 43.79%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#504A0F (or 0x504A0F) is known color: Bronze Olive. HEX triplet: 50, 4A and 0F. RGB value is (80,74,15). Sum of RGB (Red+Green+Blue) = 80+74+15=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A0F is #AFB5F0. Grayscale: #454545. Windows color (decimal): -11515377 or 1002064. OLE color: 1002064.

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

Color convert

RGB 80 74 15 -
CMYK 0 0.08 0.81 0.69
HSL 54.46º 0.68% 0.19% -
HSV(B) 54.46º 0.81% 0.31% -
XYZ 5.84 6.64 1.43 -
YUV 69.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 80 74 15 0 0.08 0.81 0.69 54.46 0.68 0.19
Hex 50 4A F 0 8 51 45 36 44 13
Octal 120 112 17 0 10 121 105 66 104 23
Binary 1010000 1001010 1111 0 1000 1010001 1000101 110110 1000100 10011

Color Harmonies of #504A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A0F

Black with #504A0F

Text Example


Text Example

White with #504A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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