#504619

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

Shades of Bronze Olive #504619

Tints of Bronze Olive #504619

Color information

#504619 (or 0x504619) is unknown color: approx Bronze Olive. HEX triplet: 50, 46 and 19. RGB value is (80,70,25). Sum of RGB (Red+Green+Blue) = 80+70+25=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504619 is #AFB9E6. Grayscale: #444444. Windows color (decimal): -11516391 or 1656400. OLE color: 1656400.

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

Color convert

RGB807025-
CMYK00.120.690.69
HSL49.09º52.38%20.59%-
HSV(B)49.09º68.75%31.37%-
XYZ5.676.161.81-
YUV67.86103.81136.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=45.71%
G=40%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80702500.120.690.6949.0952.3820.59
Hex5046190C4545313415
Octal12010631014105105616425
Binary1010000100011011001011001000101100010111000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504619; }

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

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

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

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

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

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

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

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