#864E3B

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

Shades of Ironstone #864E3B

Tints of Ironstone #864E3B

Color information

#864E3B (or 0x864E3B) is unknown color: approx Ironstone. HEX triplet: 86, 4E and 3B. RGB value is (134,78,59). Sum of RGB (Red+Green+Blue) = 134+78+59=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E3B is #79B1C4. Grayscale: #5C5C5C. Windows color (decimal): -7975365 or 3886726. OLE color: 3886726.

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

Color convert

RGB1347859-
CMYK00.420.560.47
HSL15.2º38.86%37.84%-
HSV(B)15.2º55.97%52.55%-
XYZ13.3510.835.53-
YUV92.58109.05157.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=49.45%
G=28.78%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134785900.420.560.4715.238.8637.84
Hex864E3B02A382Ff2726
Octal206116730527057174746
Binary10000110100111011101101010101110001011111111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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