#815140

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

Shades of Ironstone #815140

Tints of Ironstone #815140

Color information

#815140 (or 0x815140) is unknown color: approx Ironstone. HEX triplet: 81, 51 and 40. RGB value is (129,81,64). Sum of RGB (Red+Green+Blue) = 129+81+64=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #815140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815140 is #7EAEBF. Grayscale: #5D5D5D. Windows color (decimal): -8302272 or 4215169. OLE color: 4215169.

HSL color Cylindrical-coordinate representation of color #815140: hue angle of 15.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815140 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1298164-
CMYK00.370.500.49
HSL15.69º33.68%37.84%-
HSV(B)15.69º50.39%50.59%-
XYZ12.9210.926.28-
YUV93.41111.4153.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=47.08%
G=29.56%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129816400.370.500.4915.6933.6837.84
Hex8151400253231102226
Octal2011211000456261204246
Binary1000000110100011000000010010111001011000110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815140; }

 p { color: rgb(129,81,64); }

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

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

 a { background-color: rgb(129,81,64); }

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

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

 span { border-color: rgb(129,81,64); }

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