#86503F

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

Shades of Ironstone #86503F

Tints of Ironstone #86503F

Color information

#86503F (or 0x86503F) is unknown color: approx Ironstone. HEX triplet: 86, 50 and 3F. RGB value is (134,80,63). Sum of RGB (Red+Green+Blue) = 134+80+63=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86503F is #79AFC0. Grayscale: #5E5E5E. Windows color (decimal): -7974849 or 4149382. OLE color: 4149382.

HSL color Cylindrical-coordinate representation of color #86503F: hue angle of 14.37º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86503F is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1348063-
CMYK00.400.530.47
HSL14.37º36.04%38.63%-
HSV(B)14.37º52.99%52.55%-
XYZ13.611.166.14-
YUV94.21110.39156.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 63 (25% from 255) = 22.74%
R=48.38%
G=28.88%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134806300.400.530.4714.3736.0438.63
Hex86503F028352Fe2427
Octal206120770506557164447
Binary10000110101000011111101010001101011011111110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86503F; }

 p { color: rgb(134,80,63); }

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

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

 a { background-color: rgb(134,80,63); }

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

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

 span { border-color: rgb(134,80,63); }

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