#504718

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

Shades of Bronze Olive #504718

Tints of Bronze Olive #504718

Color information

#504718 (or 0x504718) is unknown color: approx Bronze Olive. HEX triplet: 50, 47 and 18. RGB value is (80,71,24). Sum of RGB (Red+Green+Blue) = 80+71+24=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504718 is #AFB8E7. Grayscale: #444444. Windows color (decimal): -11516136 or 1591120. OLE color: 1591120.

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

Color convert

RGB807124-
CMYK00.110.700.69
HSL50.36º53.85%20.39%-
HSV(B)50.36º70%31.37%-
XYZ5.736.281.77-
YUV68.33102.98136.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=45.71%
G=40.57%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80712400.110.700.6950.3653.8520.39
Hex5047180B4645323614
Octal12010730013106105626624
Binary1010000100011111000010111000110100010111001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504718; }

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

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

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

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

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

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

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

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