#504724

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

Shades of Bronze Olive #504724

Tints of Bronze Olive #504724

Color information

#504724 (or 0x504724) is unknown color: approx Bronze Olive. HEX triplet: 50, 47 and 24. RGB value is (80,71,36). Sum of RGB (Red+Green+Blue) = 80+71+36=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #504724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504724 is #AFB8DB. Grayscale: #454545. Windows color (decimal): -11516124 or 2377552. OLE color: 2377552.

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

Color convert

RGB807136-
CMYK00.110.550.69
HSL47.73º37.93%22.75%-
HSV(B)47.73º55%31.37%-
XYZ5.886.342.58-
YUV69.7108.98135.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=42.78%
G=37.97%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80713600.110.550.6947.7337.9322.75
Hex5047240B3745302617
Octal1201074401367105604627
Binary1010000100011110010001011110111100010111000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504724; }

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

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

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

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

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

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

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

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