#865447

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

Shades of Ironstone #865447

Tints of Ironstone #865447

Color information

#865447 (or 0x865447) is unknown color: approx Ironstone. HEX triplet: 86, 54 and 47. RGB value is (134,84,71). Sum of RGB (Red+Green+Blue) = 134+84+71=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865447 is #79ABB8. Grayscale: #616161. Windows color (decimal): -7973817 or 4674694. OLE color: 4674694.

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

Color convert

RGB1348471-
CMYK00.370.470.47
HSL12.38º30.73%40.2%-
HSV(B)12.38º47.01%52.55%-
XYZ14.1411.867.51-
YUV97.47113.06154.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=46.37%
G=29.07%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134847100.370.470.4712.3830.7340.2
Hex8654470252F2Fc1f28
Octal2061241070455757143750
Binary10000110101010010001110100101101111101111110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865447; }

 p { color: rgb(134,84,71); }

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

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

 a { background-color: rgb(134,84,71); }

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

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

 span { border-color: rgb(134,84,71); }

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