#865844

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

Shades of Ironstone #865844

Tints of Ironstone #865844

Color information

#865844 (or 0x865844) is unknown color: approx Ironstone. HEX triplet: 86, 58 and 44. RGB value is (134,88,68). Sum of RGB (Red+Green+Blue) = 134+88+68=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865844 is #79A7BB. Grayscale: #636363. Windows color (decimal): -7972796 or 4479110. OLE color: 4479110.

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

Color convert

RGB1348868-
CMYK00.340.490.47
HSL18.18º32.67%39.61%-
HSV(B)18.18º49.25%52.55%-
XYZ14.3612.477.12-
YUV99.47110.24152.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 68 (26.95% from 255) = 23.45%
R=46.21%
G=30.34%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134886800.340.490.4718.1832.6739.61
Hex865844022312F122128
Octal2061301040426157224150
Binary1000011010110001000100010001011000110111110010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865844; }

 p { color: rgb(134,88,68); }

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

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

 a { background-color: rgb(134,88,68); }

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

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

 span { border-color: rgb(134,88,68); }

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