#865546

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

Shades of Ironstone #865546

Tints of Ironstone #865546

Color information

#865546 (or 0x865546) is unknown color: approx Ironstone. HEX triplet: 86, 55 and 46. RGB value is (134,85,70). Sum of RGB (Red+Green+Blue) = 134+85+70=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865546 is #79AAB9. Grayscale: #626262. Windows color (decimal): -7973562 or 4609414. OLE color: 4609414.

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

Color convert

RGB1348570-
CMYK00.370.480.47
HSL14.06º31.37%40%-
HSV(B)14.06º47.76%52.55%-
XYZ14.1912.017.36-
YUV97.94112.23153.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=46.37%
G=29.41%
B=24.22%

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
Decimal134857000.370.480.4714.0631.3740
Hex865546025302Fe1f28
Octal2061251060456057163750
Binary10000110101010110001100100101110000101111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865546; }

 p { color: rgb(134,85,70); }

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

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

 a { background-color: rgb(134,85,70); }

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

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

 span { border-color: rgb(134,85,70); }

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