#504721

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

Shades of Bronze Olive #504721

Tints of Bronze Olive #504721

Color information

#504721 (or 0x504721) is unknown color: approx Bronze Olive. HEX triplet: 50, 47 and 21. RGB value is (80,71,33). Sum of RGB (Red+Green+Blue) = 80+71+33=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504721 is #AFB8DE. Grayscale: #454545. Windows color (decimal): -11516127 or 2180944. OLE color: 2180944.

HSL color Cylindrical-coordinate representation of color #504721: hue angle of 48.51º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504721 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB807133-
CMYK00.110.590.69
HSL48.51º41.59%22.16%-
HSV(B)48.51º58.75%31.37%-
XYZ5.846.322.35-
YUV69.36107.48135.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=43.48%
G=38.59%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80713300.110.590.6948.5141.5922.16
Hex5047210B3B45312a16
Octal1201074101373105615226
Binary1010000100011110000101011111011100010111000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504721; }

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

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

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

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

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

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

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

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