#865346

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

Shades of Ironstone #865346

Tints of Ironstone #865346

Color information

#865346 (or 0x865346) is unknown color: approx Ironstone. HEX triplet: 86, 53 and 46. RGB value is (134,83,70). Sum of RGB (Red+Green+Blue) = 134+83+70=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865346 is #79ACB9. Grayscale: #606060. Windows color (decimal): -7974074 or 4608902. OLE color: 4608902.

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

Color convert

RGB1348370-
CMYK00.380.480.47
HSL12.19º31.37%40%-
HSV(B)12.19º47.76%52.55%-
XYZ14.0311.77.31-
YUV96.77112.9154.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=46.69%
G=28.92%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134837000.380.480.4712.1931.3740
Hex865346026302Fc1f28
Octal2061231060466057143750
Binary10000110101001110001100100110110000101111110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865346; }

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

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

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

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

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

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

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

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