#815043

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

Shades of Ironstone #815043

Tints of Ironstone #815043

Color information

#815043 (or 0x815043) is unknown color: approx Ironstone. HEX triplet: 81, 50 and 43. RGB value is (129,80,67). Sum of RGB (Red+Green+Blue) = 129+80+67=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #815043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815043 is #7EAFBC. Grayscale: #5D5D5D. Windows color (decimal): -8302525 or 4411521. OLE color: 4411521.

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

Color convert

RGB1298067-
CMYK00.380.480.49
HSL12.58º31.63%38.43%-
HSV(B)12.58º48.06%50.59%-
XYZ12.9410.816.71-
YUV93.17113.23153.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=46.74%
G=28.99%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129806700.380.480.4912.5831.6338.43
Hex8150430263031d2026
Octal2011201030466061154046
Binary100000011010000100001101001101100001100011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815043; }

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

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

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

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

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

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

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

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