#864F3F

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

Shades of Ironstone #864F3F

Tints of Ironstone #864F3F

Color information

#864F3F (or 0x864F3F) is unknown color: approx Ironstone. HEX triplet: 86, 4F and 3F. RGB value is (134,79,63). Sum of RGB (Red+Green+Blue) = 134+79+63=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #864F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F3F is #79B0C0. Grayscale: #5D5D5D. Windows color (decimal): -7975105 or 4149126. OLE color: 4149126.

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

Color convert

RGB1347963-
CMYK00.410.530.47
HSL13.52º36.04%38.63%-
HSV(B)13.52º52.99%52.55%-
XYZ13.5211.026.12-
YUV93.62110.72156.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 63 (25% from 255) = 22.83%
R=48.55%
G=28.62%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134796300.410.530.4713.5236.0438.63
Hex864F3F029352Fe2427
Octal206117770516557164447
Binary10000110100111111111101010011101011011111110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,79,63); }

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

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

 a { background-color: rgb(134,79,63); }

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

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

 span { border-color: rgb(134,79,63); }

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