#504823

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

Shades of Bronze Olive #504823

Tints of Bronze Olive #504823

Color information

#504823 (or 0x504823) is unknown color: approx Bronze Olive. HEX triplet: 50, 48 and 23. RGB value is (80,72,35). Sum of RGB (Red+Green+Blue) = 80+72+35=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #504823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504823 is #AFB7DC. Grayscale: #464646. Windows color (decimal): -11515869 or 2312272. OLE color: 2312272.

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

Color convert

RGB807235-
CMYK00.100.560.69
HSL49.33º39.13%22.55%-
HSV(B)49.33º56.25%31.37%-
XYZ5.936.462.52-
YUV70.17108.15135.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=42.78%
G=38.50%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80723500.100.560.6949.3339.1322.55
Hex5048230A3845312717
Octal1201104301270105614727
Binary1010000100100010001101010111000100010111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504823; }

 p { color: rgb(80,72,35); }

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

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

 a { background-color: rgb(80,72,35); }

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

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

 span { border-color: rgb(80,72,35); }

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