#86523C

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

Shades of Ironstone #86523C

Tints of Ironstone #86523C

Color information

#86523C (or 0x86523C) is unknown color: approx Ironstone. HEX triplet: 86, 52 and 3C. RGB value is (134,82,60). Sum of RGB (Red+Green+Blue) = 134+82+60=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523C is #79ADC3. Grayscale: #5F5F5F. Windows color (decimal): -7974340 or 3953286. OLE color: 3953286.

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

Color convert

RGB1348260-
CMYK00.390.550.47
HSL17.84º38.14%38.04%-
HSV(B)17.84º55.22%52.55%-
XYZ13.6611.435.76-
YUV95.04108.23155.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=48.55%
G=29.71%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134826000.390.550.4717.8438.1438.04
Hex86523C027372F122626
Octal206122740476757224646
Binary100001101010010111100010011111011110111110010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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