#865449

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

Shades of Ironstone #865449

Tints of Ironstone #865449

Color information

#865449 (or 0x865449) is unknown color: approx Ironstone. HEX triplet: 86, 54 and 49. RGB value is (134,84,73). Sum of RGB (Red+Green+Blue) = 134+84+73=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865449 is #79ABB6. Grayscale: #616161. Windows color (decimal): -7973815 or 4805766. OLE color: 4805766.

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

Color convert

RGB1348473-
CMYK00.370.460.47
HSL10.82º29.47%40.59%-
HSV(B)10.82º45.52%52.55%-
XYZ14.211.897.85-
YUV97.7114.06153.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=46.05%
G=28.87%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134847300.370.460.4710.8229.4740.59
Hex8654490252E2Fb1d29
Octal2061241110455657133551
Binary10000110101010010010010100101101110101111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865449; }

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

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

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

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

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

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

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

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