#885441

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

Shades of Ironstone #885441

Tints of Ironstone #885441

Color information

#885441 (or 0x885441) is unknown color: approx Ironstone. HEX triplet: 88, 54 and 41. RGB value is (136,84,65). Sum of RGB (Red+Green+Blue) = 136+84+65=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885441 is #77ABBE. Grayscale: #616161. Windows color (decimal): -7842751 or 4281480. OLE color: 4281480.

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

Color convert

RGB1368465-
CMYK00.380.520.47
HSL16.06º35.32%39.41%-
HSV(B)16.06º52.21%53.33%-
XYZ14.2811.966.56-
YUV97.38109.73155.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=47.72%
G=29.47%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136846500.380.520.4716.0635.3239.41
Hex885441026342F102327
Octal2101241010466457204347
Binary1000100010101001000001010011011010010111110000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885441; }

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

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

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

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

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

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

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

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