#885544

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

Shades of Ironstone #885544

Tints of Ironstone #885544

Color information

#885544 (or 0x885544) is unknown color: approx Ironstone. HEX triplet: 88, 55 and 44. RGB value is (136,85,68). Sum of RGB (Red+Green+Blue) = 136+85+68=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885544 is #77AABB. Grayscale: #626262. Windows color (decimal): -7842492 or 4478344. OLE color: 4478344.

HSL color Cylindrical-coordinate representation of color #885544: hue angle of 15º 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 #885544 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1368568-
CMYK00.380.500.47
HSL15º33.33%40%-
HSV(B)15º50%53.33%-
XYZ14.4512.157.05-
YUV98.31110.9154.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=47.06%
G=29.41%
B=23.53%

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
Decimal136856800.380.500.471533.3340
Hex885544026322Ff2128
Octal2101251040466257174150
Binary100010001010101100010001001101100101011111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885544; }

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

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

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

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

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

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

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

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