#864D3C

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

Shades of Ironstone #864D3C

Tints of Ironstone #864D3C

Color information

#864D3C (or 0x864D3C) is unknown color: approx Ironstone. HEX triplet: 86, 4D and 3C. RGB value is (134,77,60). Sum of RGB (Red+Green+Blue) = 134+77+60=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D3C is #79B2C3. Grayscale: #5C5C5C. Windows color (decimal): -7975620 or 3952006. OLE color: 3952006.

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

Color convert

RGB1347760-
CMYK00.430.550.47
HSL13.78º38.14%38.04%-
HSV(B)13.78º55.22%52.55%-
XYZ13.310.75.64-
YUV92.1109.88157.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=49.45%
G=28.41%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134776000.430.550.4713.7838.1438.04
Hex864D3C02B372Fe2626
Octal206115740536757164646
Binary10000110100110111110001010111101111011111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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