#885649

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

Shades of Ironstone #885649

Tints of Ironstone #885649

Color information

#885649 (or 0x885649) is unknown color: approx Ironstone. HEX triplet: 88, 56 and 49. RGB value is (136,86,73). Sum of RGB (Red+Green+Blue) = 136+86+73=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885649 is #77A9B6. Grayscale: #636363. Windows color (decimal): -7842231 or 4806280. OLE color: 4806280.

HSL color Cylindrical-coordinate representation of color #885649: hue angle of 12.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885649 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1368673-
CMYK00.370.460.47
HSL12.38º30.14%40.98%-
HSV(B)12.38º46.32%53.33%-
XYZ14.6812.377.92-
YUV99.47113.06154.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=46.10%
G=29.15%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136867300.370.460.4712.3830.1440.98
Hex8856490252E2Fc1e29
Octal2101261110455657143651
Binary10001000101011010010010100101101110101111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885649; }

 p { color: rgb(136,86,73); }

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

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

 a { background-color: rgb(136,86,73); }

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

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

 span { border-color: rgb(136,86,73); }

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