#885444

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

Shades of Ironstone #885444

Tints of Ironstone #885444

Color information

#885444 (or 0x885444) is unknown color: approx Ironstone. HEX triplet: 88, 54 and 44. RGB value is (136,84,68). Sum of RGB (Red+Green+Blue) = 136+84+68=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #885444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885444 is #77ABBB. Grayscale: #616161. Windows color (decimal): -7842748 or 4478088. OLE color: 4478088.

HSL color Cylindrical-coordinate representation of color #885444: hue angle of 14.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885444 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1368468-
CMYK00.380.500.47
HSL14.12º33.33%40%-
HSV(B)14.12º50%53.33%-
XYZ14.3711.997.03-
YUV97.72111.23155.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=47.22%
G=29.17%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136846800.380.500.4714.1233.3340
Hex885444026322Fe2128
Octal2101241040466257164150
Binary100010001010100100010001001101100101011111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885444; }

 p { color: rgb(136,84,68); }

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

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

 a { background-color: rgb(136,84,68); }

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

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

 span { border-color: rgb(136,84,68); }

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