#86503E

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

Shades of Ironstone #86503E

Tints of Ironstone #86503E

Color information

#86503E (or 0x86503E) is unknown color: approx Ironstone. HEX triplet: 86, 50 and 3E. RGB value is (134,80,62). Sum of RGB (Red+Green+Blue) = 134+80+62=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86503E is #79AFC1. Grayscale: #5E5E5E. Windows color (decimal): -7974850 or 4083846. OLE color: 4083846.

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

Color convert

RGB1348062-
CMYK00.400.540.47
HSL15º36.73%38.43%-
HSV(B)15º53.73%52.55%-
XYZ13.5711.156-
YUV94.09109.89156.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=48.55%
G=28.99%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134806200.400.540.471536.7338.43
Hex86503E028362Ff2526
Octal206120760506657174546
Binary10000110101000011111001010001101101011111111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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