#814F46

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

Shades of Ironstone #814F46

Tints of Ironstone #814F46

Color information

#814F46 (or 0x814F46) is unknown color: approx Ironstone. HEX triplet: 81, 4F and 46. RGB value is (129,79,70). Sum of RGB (Red+Green+Blue) = 129+79+70=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #814F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F46 is #7EB0B9. Grayscale: #5D5D5D. Windows color (decimal): -8302778 or 4607873. OLE color: 4607873.

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

Color convert

RGB1297970-
CMYK00.390.460.49
HSL9.15º29.65%39.02%-
HSV(B)9.15º45.74%50.59%-
XYZ12.9510.77.18-
YUV92.92115.06153.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=46.40%
G=28.42%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129797000.390.460.499.1529.6539.02
Hex814F460272E3191e27
Octal2011171060475661113647
Binary10000001100111110001100100111101110110001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F46; }

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

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

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

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

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

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

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

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