#865747

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

Shades of Ironstone #865747

Tints of Ironstone #865747

Color information

#865747 (or 0x865747) is unknown color: approx Ironstone. HEX triplet: 86, 57 and 47. RGB value is (134,87,71). Sum of RGB (Red+Green+Blue) = 134+87+71=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #865747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865747 is #79A8B8. Grayscale: #636363. Windows color (decimal): -7973049 or 4675462. OLE color: 4675462.

HSL color Cylindrical-coordinate representation of color #865747: hue angle of 15.24º 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 #865747 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1348771-
CMYK00.350.470.47
HSL15.24º30.73%40.2%-
HSV(B)15.24º47.01%52.55%-
XYZ14.3812.347.59-
YUV99.23112.07152.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=45.89%
G=29.79%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134877100.350.470.4715.2430.7340.2
Hex8657470232F2Ff1f28
Octal2061271070435757173750
Binary10000110101011110001110100011101111101111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865747; }

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

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

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

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

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

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

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

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