#504A18

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

Shades of Bronze Olive #504A18

Tints of Bronze Olive #504A18

Color information

#504A18 (or 0x504A18) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 18. RGB value is (80,74,24). Sum of RGB (Red+Green+Blue) = 80+74+24=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #504A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A18 is #AFB5E7. Grayscale: #464646. Windows color (decimal): -11515368 or 1591888. OLE color: 1591888.

HSL color Cylindrical-coordinate representation of color #504A18: hue angle of 53.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504A18 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB807424-
CMYK00.080.700.69
HSL53.57º53.85%20.39%-
HSV(B)53.57º70%31.37%-
XYZ5.926.671.84-
YUV70.09101.99135.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=44.94%
G=41.57%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80742400.080.700.6953.5753.8520.39
Hex504A18084645363614
Octal12011230010106105666624
Binary1010000100101011000010001000110100010111011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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