#825046

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

Shades of Ironstone #825046

Tints of Ironstone #825046

Color information

#825046 (or 0x825046) is unknown color: approx Ironstone. HEX triplet: 82, 50 and 46. RGB value is (130,80,70). Sum of RGB (Red+Green+Blue) = 130+80+70=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825046 is #7DAFB9. Grayscale: #5D5D5D. Windows color (decimal): -8236986 or 4608130. OLE color: 4608130.

HSL color Cylindrical-coordinate representation of color #825046: hue angle of 10º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825046 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1308070-
CMYK00.380.460.49
HSL10º30%39.22%-
HSV(B)10º46.15%50.98%-
XYZ13.1810.937.21-
YUV93.81114.56153.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 70 (27.73% from 255) = 25%
R=46.43%
G=28.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130807000.380.460.49103039.22
Hex8250460262E31a1e27
Octal2021201060465661123647
Binary10000010101000010001100100110101110110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825046; }

 p { color: rgb(130,80,70); }

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

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

 a { background-color: rgb(130,80,70); }

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

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

 span { border-color: rgb(130,80,70); }

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