#504A0D

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

Shades of Bronze Olive #504A0D

Tints of Bronze Olive #504A0D

Color information

#504A0D (or 0x504A0D) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 0D. RGB value is (80,74,13). Sum of RGB (Red+Green+Blue) = 80+74+13=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A0D is #AFB5F2. Grayscale: #454545. Windows color (decimal): -11515379 or 870992. OLE color: 870992.

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

Color convert

RGB807413-
CMYK00.080.840.69
HSL54.63º72.04%18.24%-
HSV(B)54.63º83.75%31.37%-
XYZ5.836.631.35-
YUV68.8496.49135.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=47.90%
G=44.31%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80741300.080.840.6954.6372.0418.24
Hex504AD085445374812
Octal120112150101241056711022
Binary1010000100101011010100010101001000101110111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #504A0D;
 }
 .AnyTagClassName
 {
   color: #504A0D;
 }
</style>
background-color css

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

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

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

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

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

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