#86523F

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

Shades of Ironstone #86523F

Tints of Ironstone #86523F

Color information

#86523F (or 0x86523F) is unknown color: approx Ironstone. HEX triplet: 86, 52 and 3F. RGB value is (134,82,63). Sum of RGB (Red+Green+Blue) = 134+82+63=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523F is #79ADC0. Grayscale: #5F5F5F. Windows color (decimal): -7974337 or 4149894. OLE color: 4149894.

HSL color Cylindrical-coordinate representation of color #86523F: hue angle of 16.06º 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 #86523F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1348263-
CMYK00.390.530.47
HSL16.06º36.04%38.63%-
HSV(B)16.06º52.99%52.55%-
XYZ13.7511.466.19-
YUV95.38109.73155.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 63 (25% from 255) = 22.58%
R=48.03%
G=29.39%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134826300.390.530.4716.0636.0438.63
Hex86523F027352F102427
Octal206122770476557204447
Binary100001101010010111111010011111010110111110000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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