#86523E

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

Shades of Ironstone #86523E

Tints of Ironstone #86523E

Color information

#86523E (or 0x86523E) is unknown color: approx Ironstone. HEX triplet: 86, 52 and 3E. RGB value is (134,82,62). Sum of RGB (Red+Green+Blue) = 134+82+62=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523E is #79ADC1. Grayscale: #5F5F5F. Windows color (decimal): -7974338 or 4084358. OLE color: 4084358.

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

Color convert

RGB1348262-
CMYK00.390.540.47
HSL16.67º36.73%38.43%-
HSV(B)16.67º53.73%52.55%-
XYZ13.7211.456.04-
YUV95.27109.23155.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=48.20%
G=29.50%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134826200.390.540.4716.6736.7338.43
Hex86523E027362F112526
Octal206122760476657214546
Binary100001101010010111110010011111011010111110001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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