#504618

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

Shades of Bronze Olive #504618

Tints of Bronze Olive #504618

Color information

#504618 (or 0x504618) is unknown color: approx Bronze Olive. HEX triplet: 50, 46 and 18. RGB value is (80,70,24). Sum of RGB (Red+Green+Blue) = 80+70+24=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504618 is #AFB9E7. Grayscale: #434343. Windows color (decimal): -11516392 or 1590864. OLE color: 1590864.

HSL color Cylindrical-coordinate representation of color #504618: hue angle of 49.29º 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 #504618 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB807024-
CMYK00.120.700.69
HSL49.29º53.85%20.39%-
HSV(B)49.29º70%31.37%-
XYZ5.666.151.75-
YUV67.75103.31136.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=45.98%
G=40.23%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80702400.120.700.6949.2953.8520.39
Hex5046180C4645313614
Octal12010630014106105616624
Binary1010000100011011000011001000110100010111000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504618; }

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

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

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

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

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

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

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

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