#864F3C

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

Shades of Ironstone #864F3C

Tints of Ironstone #864F3C

Color information

#864F3C (or 0x864F3C) is unknown color: approx Ironstone. HEX triplet: 86, 4F and 3C. RGB value is (134,79,60). Sum of RGB (Red+Green+Blue) = 134+79+60=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F3C is #79B0C3. Grayscale: #5D5D5D. Windows color (decimal): -7975108 or 3952518. OLE color: 3952518.

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

Color convert

RGB1347960-
CMYK00.410.550.47
HSL15.41º38.14%38.04%-
HSV(B)15.41º55.22%52.55%-
XYZ13.4410.995.69-
YUV93.28109.22157.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=49.08%
G=28.94%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134796000.410.550.4715.4138.1438.04
Hex864F3C029372Ff2626
Octal206117740516757174646
Binary10000110100111111110001010011101111011111111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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