#885548

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

Shades of Ironstone #885548

Tints of Ironstone #885548

Color information

#885548 (or 0x885548) is unknown color: approx Ironstone. HEX triplet: 88, 55 and 48. RGB value is (136,85,72). Sum of RGB (Red+Green+Blue) = 136+85+72=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #885548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885548 is #77AAB7. Grayscale: #626262. Windows color (decimal): -7842488 or 4740488. OLE color: 4740488.

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

Color convert

RGB1368572-
CMYK00.380.470.47
HSL12.19º30.77%40.78%-
HSV(B)12.19º47.06%53.33%-
XYZ14.5712.27.72-
YUV98.77112.9154.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=46.42%
G=29.01%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136857200.380.470.4712.1930.7740.78
Hex8855480262F2Fc1f29
Octal2101251100465757143751
Binary10001000101010110010000100110101111101111110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885548; }

 p { color: rgb(136,85,72); }

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

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

 a { background-color: rgb(136,85,72); }

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

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

 span { border-color: rgb(136,85,72); }

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