#504A0F

Color #504A0F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #504A0F

Tints of Bronze Olive #504A0F

Color information

#504A0F (or 0x504A0F) is unknown color: approx 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

RGB807415-
CMYK00.080.810.69
HSL54.46º68.42%18.63%-
HSV(B)54.46º81.25%31.37%-
XYZ5.846.641.43-
YUV69.0797.49135.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80741500.080.810.6954.4668.4218.63
Hex504AF085145364413
Octal120112170101211056610423
Binary1010000100101011110100010100011000101110110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>