#815545

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

Shades of Ironstone #815545

Tints of Ironstone #815545

Color information

#815545 (or 0x815545) is unknown color: approx Ironstone. HEX triplet: 81, 55 and 45. RGB value is (129,85,69). Sum of RGB (Red+Green+Blue) = 129+85+69=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #815545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815545 is #7EAABA. Grayscale: #606060. Windows color (decimal): -8301243 or 4543873. OLE color: 4543873.

HSL color Cylindrical-coordinate representation of color #815545: hue angle of 16º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815545 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1298569-
CMYK00.340.470.49
HSL16º30.3%38.82%-
HSV(B)16º46.51%50.59%-
XYZ13.3811.597.16-
YUV96.33112.58151.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=45.58%
G=30.04%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129856900.340.470.491630.338.82
Hex8155450222F31101e27
Octal2011251050425761203647
Binary100000011010101100010101000101011111100011000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815545; }

 p { color: rgb(129,85,69); }

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

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

 a { background-color: rgb(129,85,69); }

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

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

 span { border-color: rgb(129,85,69); }

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