#874E3B

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

Shades of Ironstone #874E3B

Tints of Ironstone #874E3B

Color information

#874E3B (or 0x874E3B) is unknown color: approx Ironstone. HEX triplet: 87, 4E and 3B. RGB value is (135,78,59). Sum of RGB (Red+Green+Blue) = 135+78+59=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E3B is #78B1C4. Grayscale: #5D5D5D. Windows color (decimal): -7909829 or 3886727. OLE color: 3886727.

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

Color convert

RGB1357859-
CMYK00.420.560.47
HSL15º39.18%38.04%-
HSV(B)15º56.3%52.94%-
XYZ13.5110.925.53-
YUV92.88108.88158.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=49.63%
G=28.68%
B=21.69%

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
Decimal135785900.420.560.471539.1838.04
Hex874E3B02A382Ff2726
Octal207116730527057174746
Binary10000111100111011101101010101110001011111111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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