#504826

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

Shades of Bronze Olive #504826

Tints of Bronze Olive #504826

Color information

#504826 (or 0x504826) is unknown color: approx Bronze Olive. HEX triplet: 50, 48 and 26. RGB value is (80,72,38). Sum of RGB (Red+Green+Blue) = 80+72+38=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #504826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504826 is #AFB7D9. Grayscale: #464646. Windows color (decimal): -11515866 or 2508880. OLE color: 2508880.

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

Color convert

RGB807238-
CMYK00.100.520.69
HSL48.57º35.59%23.14%-
HSV(B)48.57º52.5%31.37%-
XYZ5.986.482.77-
YUV70.52109.65134.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 38 (15.23% from 255) = 20%
R=42.11%
G=37.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80723800.100.520.6948.5735.5923.14
Hex5048260A3445312417
Octal1201104601264105614427
Binary1010000100100010011001010110100100010111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504826; }

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

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

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

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

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

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

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

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