#815544

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

Shades of Ironstone #815544

Tints of Ironstone #815544

Color information

#815544 (or 0x815544) is unknown color: approx Ironstone. HEX triplet: 81, 55 and 44. RGB value is (129,85,68). Sum of RGB (Red+Green+Blue) = 129+85+68=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #815544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815544 is #7EAABB. Grayscale: #606060. Windows color (decimal): -8301244 or 4478337. OLE color: 4478337.

HSL color Cylindrical-coordinate representation of color #815544: hue angle of 16.72º degrees, saturation: 0.31, 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 #815544 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1298568-
CMYK00.340.470.49
HSL16.72º30.96%38.63%-
HSV(B)16.72º47.29%50.59%-
XYZ13.3511.587-
YUV96.22112.08151.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=45.74%
G=30.14%
B=24.11%

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
Decimal129856800.340.470.4916.7230.9638.63
Hex8155440222F31111f27
Octal2011251040425761213747
Binary100000011010101100010001000101011111100011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815544; }

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

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

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

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

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

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

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

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