#504A1B

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

Shades of Bronze Olive #504A1B

Tints of Bronze Olive #504A1B

Color information

#504A1B (or 0x504A1B) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 1B. RGB value is (80,74,27). Sum of RGB (Red+Green+Blue) = 80+74+27=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A1B is #AFB5E4. Grayscale: #464646. Windows color (decimal): -11515365 or 1788496. OLE color: 1788496.

HSL color Cylindrical-coordinate representation of color #504A1B: hue angle of 53.21º 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 #504A1B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB807427-
CMYK00.080.660.69
HSL53.21º49.53%20.98%-
HSV(B)53.21º66.25%31.37%-
XYZ5.956.682.01-
YUV70.44103.49134.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=44.20%
G=40.88%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80742700.080.660.6953.2149.5320.98
Hex504A1B084245353215
Octal12011233010102105656225
Binary1010000100101011011010001000010100010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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