#865749

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

Shades of Ironstone #865749

Tints of Ironstone #865749

Color information

#865749 (or 0x865749) is unknown color: approx Ironstone. HEX triplet: 86, 57 and 49. RGB value is (134,87,73). Sum of RGB (Red+Green+Blue) = 134+87+73=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865749 is #79A8B6. Grayscale: #636363. Windows color (decimal): -7973047 or 4806534. OLE color: 4806534.

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

Color convert

RGB1348773-
CMYK00.350.460.47
HSL13.77º29.47%40.59%-
HSV(B)13.77º45.52%52.55%-
XYZ14.4412.377.93-
YUV99.46113.07152.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=45.58%
G=29.59%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134877300.350.460.4713.7729.4740.59
Hex8657490232E2Fe1d29
Octal2061271110435657163551
Binary10000110101011110010010100011101110101111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865749; }

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

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

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

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

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

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

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

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