#885446

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

Shades of Ironstone #885446

Tints of Ironstone #885446

Color information

#885446 (or 0x885446) is unknown color: approx Ironstone. HEX triplet: 88, 54 and 46. RGB value is (136,84,70). Sum of RGB (Red+Green+Blue) = 136+84+70=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #885446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885446 is #77ABB9. Grayscale: #626262. Windows color (decimal): -7842746 or 4609160. OLE color: 4609160.

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

Color convert

RGB1368470-
CMYK00.380.490.47
HSL12.73º32.04%40.39%-
HSV(B)12.73º48.53%53.33%-
XYZ14.4312.027.35-
YUV97.95112.23155.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=46.90%
G=28.97%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136847000.380.490.4712.7332.0440.39
Hex885446026312Fd2028
Octal2101241060466157154050
Binary100010001010100100011001001101100011011111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885446; }

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

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

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

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

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

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

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

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