#504A0B

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

Shades of Bronze Olive #504A0B

Tints of Bronze Olive #504A0B

Color information

#504A0B (or 0x504A0B) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 0B. RGB value is (80,74,11). Sum of RGB (Red+Green+Blue) = 80+74+11=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A0B is #AFB5F4. Grayscale: #444444. Windows color (decimal): -11515381 or 739920. OLE color: 739920.

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

Color convert

RGB807411-
CMYK00.080.860.69
HSL54.78º75.82%17.84%-
HSV(B)54.78º86.25%31.37%-
XYZ5.826.631.29-
YUV68.6195.49136.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=48.48%
G=44.85%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80741100.080.860.6954.7875.8217.84
Hex504AB085645374c12
Octal120112130101261056711422
Binary1010000100101010110100010101101000101110111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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