#864E3D

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

Shades of Ironstone #864E3D

Tints of Ironstone #864E3D

Color information

#864E3D (or 0x864E3D) is unknown color: approx Ironstone. HEX triplet: 86, 4E and 3D. RGB value is (134,78,61). Sum of RGB (Red+Green+Blue) = 134+78+61=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E3D is #79B1C2. Grayscale: #5C5C5C. Windows color (decimal): -7975363 or 4017798. OLE color: 4017798.

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

Color convert

RGB1347861-
CMYK00.420.540.47
HSL13.97º37.44%38.24%-
HSV(B)13.97º54.48%52.55%-
XYZ13.410.855.8-
YUV92.81110.05157.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=49.08%
G=28.57%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134786100.420.540.4713.9737.4438.24
Hex864E3D02A362Fe2526
Octal206116750526657164546
Binary10000110100111011110101010101101101011111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E3D; }

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

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

<style>
 a { background-color: #864E3D; }

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

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

<style>
 span { border-color: #864E3D; }

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

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