#865446

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

Shades of Ironstone #865446

Tints of Ironstone #865446

Color information

#865446 (or 0x865446) is unknown color: approx Ironstone. HEX triplet: 86, 54 and 46. RGB value is (134,84,70). Sum of RGB (Red+Green+Blue) = 134+84+70=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865446 is #79ABB9. Grayscale: #616161. Windows color (decimal): -7973818 or 4609158. OLE color: 4609158.

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

Color convert

RGB1348470-
CMYK00.370.480.47
HSL13.13º31.37%40%-
HSV(B)13.13º47.76%52.55%-
XYZ14.1111.857.34-
YUV97.35112.56154.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=46.53%
G=29.17%
B=24.31%

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
Decimal134847000.370.480.4713.1331.3740
Hex865446025302Fd1f28
Octal2061241060456057153750
Binary10000110101010010001100100101110000101111110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865446; }

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

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

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

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

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

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

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

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