#504A1E

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

Shades of Bronze Olive #504A1E

Tints of Bronze Olive #504A1E

Color information

#504A1E (or 0x504A1E) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 1E. RGB value is (80,74,30). Sum of RGB (Red+Green+Blue) = 80+74+30=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A1E is #AFB5E1. Grayscale: #464646. Windows color (decimal): -11515362 or 1985104. OLE color: 1985104.

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

Color convert

RGB807430-
CMYK00.080.620.69
HSL52.8º45.45%21.57%-
HSV(B)52.8º62.5%31.37%-
XYZ5.996.72.21-
YUV70.78104.99134.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=43.48%
G=40.22%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80743000.080.620.6952.845.4521.57
Hex504A1E083E45352d16
Octal1201123601076105655526
Binary101000010010101111001000111110100010111010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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