#885647

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

Shades of Ironstone #885647

Tints of Ironstone #885647

Color information

#885647 (or 0x885647) is unknown color: approx Ironstone. HEX triplet: 88, 56 and 47. RGB value is (136,86,71). Sum of RGB (Red+Green+Blue) = 136+86+71=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #885647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885647 is #77A9B8. Grayscale: #636363. Windows color (decimal): -7842233 or 4675208. OLE color: 4675208.

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

Color convert

RGB1368671-
CMYK00.370.480.47
HSL13.85º31.4%40.59%-
HSV(B)13.85º47.79%53.33%-
XYZ14.6212.347.57-
YUV99.24112.06154.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=46.42%
G=29.35%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136867100.370.480.4713.8531.440.59
Hex885647025302Fe1f29
Octal2101261070456057163751
Binary10001000101011010001110100101110000101111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885647; }

 p { color: rgb(136,86,71); }

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

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

 a { background-color: rgb(136,86,71); }

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

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

 span { border-color: rgb(136,86,71); }

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