#885443

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

Shades of Ironstone #885443

Tints of Ironstone #885443

Color information

#885443 (or 0x885443) is unknown color: approx Ironstone. HEX triplet: 88, 54 and 43. RGB value is (136,84,67). Sum of RGB (Red+Green+Blue) = 136+84+67=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885443 is #77ABBC. Grayscale: #616161. Windows color (decimal): -7842749 or 4412552. OLE color: 4412552.

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

Color convert

RGB1368467-
CMYK00.380.510.47
HSL14.78º33.99%39.8%-
HSV(B)14.78º50.74%53.33%-
XYZ14.3411.986.87-
YUV97.61110.73155.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=47.39%
G=29.27%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136846700.380.510.4714.7833.9939.8
Hex885443026332Ff2228
Octal2101241030466357174250
Binary100010001010100100001101001101100111011111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885443; }

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

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

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

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

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

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

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

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