#815046

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

Shades of Ironstone #815046

Tints of Ironstone #815046

Color information

#815046 (or 0x815046) is unknown color: approx Ironstone. HEX triplet: 81, 50 and 46. RGB value is (129,80,70). Sum of RGB (Red+Green+Blue) = 129+80+70=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #815046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815046 is #7EAFB9. Grayscale: #5D5D5D. Windows color (decimal): -8302522 or 4608129. OLE color: 4608129.

HSL color Cylindrical-coordinate representation of color #815046: hue angle of 10.17º 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 #815046 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1298070-
CMYK00.380.460.49
HSL10.17º29.65%39.02%-
HSV(B)10.17º45.74%50.59%-
XYZ13.0310.857.2-
YUV93.51114.73153.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=46.24%
G=28.67%
B=25.09%

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
Decimal129807000.380.460.4910.1729.6539.02
Hex8150460262E31a1e27
Octal2011201060465661123647
Binary10000001101000010001100100110101110110001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815046; }

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

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

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

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

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

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

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

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