#504521

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

Shades of Bronze Olive #504521

Tints of Bronze Olive #504521

Color information

#504521 (or 0x504521) is unknown color: approx Bronze Olive. HEX triplet: 50, 45 and 21. RGB value is (80,69,33). Sum of RGB (Red+Green+Blue) = 80+69+33=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504521 is #AFBADE. Grayscale: #444444. Windows color (decimal): -11516639 or 2180432. OLE color: 2180432.

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

Color convert

RGB806933-
CMYK00.140.590.69
HSL45.96º41.59%22.16%-
HSV(B)45.96º58.75%31.37%-
XYZ5.716.072.31-
YUV68.18108.14136.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=43.96%
G=37.91%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80693300.140.590.6945.9641.5922.16
Hex5045210E3B452e2a16
Octal1201054101673105565226
Binary1010000100010110000101110111011100010110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504521; }

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

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

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

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

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

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

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

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