#815442

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

Shades of Ironstone #815442

Tints of Ironstone #815442

Color information

#815442 (or 0x815442) is unknown color: approx Ironstone. HEX triplet: 81, 54 and 42. RGB value is (129,84,66). Sum of RGB (Red+Green+Blue) = 129+84+66=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #815442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815442 is #7EABBD. Grayscale: #5F5F5F. Windows color (decimal): -8301502 or 4347009. OLE color: 4347009.

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

Color convert

RGB1298466-
CMYK00.350.490.49
HSL17.14º32.31%38.24%-
HSV(B)17.14º48.84%50.59%-
XYZ13.2111.46.66-
YUV95.4111.41151.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=46.24%
G=30.11%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129846600.350.490.4917.1432.3138.24
Hex8154420233131112026
Octal2011241020436161214046
Binary1000000110101001000010010001111000111000110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815442; }

 p { color: rgb(129,84,66); }

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

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

 a { background-color: rgb(129,84,66); }

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

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

 span { border-color: rgb(129,84,66); }

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