#86543D

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

Shades of Ironstone #86543D

Tints of Ironstone #86543D

Color information

#86543D (or 0x86543D) is unknown color: approx Ironstone. HEX triplet: 86, 54 and 3D. RGB value is (134,84,61). Sum of RGB (Red+Green+Blue) = 134+84+61=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86543D is #79ABC2. Grayscale: #606060. Windows color (decimal): -7973827 or 4019334. OLE color: 4019334.

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

Color convert

RGB1348461-
CMYK00.370.540.47
HSL18.9º37.44%38.24%-
HSV(B)18.9º54.48%52.55%-
XYZ13.8411.755.95-
YUV96.33108.06154.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=48.03%
G=30.11%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134846100.370.540.4718.937.4438.24
Hex86543D025362F132526
Octal206124750456657234546
Binary100001101010100111101010010111011010111110011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86543D; }

 p { color: rgb(134,84,61); }

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

<style>
 a { background-color: #86543D; }

 a { background-color: rgb(134,84,61); }

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

<style>
 span { border-color: #86543D; }

 span { border-color: rgb(134,84,61); }

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