#504C1B

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

Shades of Bronze Olive #504C1B

Tints of Bronze Olive #504C1B

Color information

#504C1B (or 0x504C1B) is unknown color: approx Bronze Olive. HEX triplet: 50, 4C and 1B. RGB value is (80,76,27). Sum of RGB (Red+Green+Blue) = 80+76+27=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #504C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C1B is #AFB3E4. Grayscale: #474747. Windows color (decimal): -11514853 or 1789008. OLE color: 1789008.

HSL color Cylindrical-coordinate representation of color #504C1B: hue angle of 55.47º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504C1B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB807627-
CMYK00.050.660.69
HSL55.47º49.53%20.98%-
HSV(B)55.47º66.25%31.37%-
XYZ6.096.952.06-
YUV71.61102.83133.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=43.72%
G=41.53%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80762700.050.660.6955.4749.5320.98
Hex504C1B054245373215
Octal1201143305102105676225
Binary101000010011001101101011000010100010111011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,27); }

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

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

 a { background-color: rgb(80,76,27); }

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

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

 span { border-color: rgb(80,76,27); }

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