#874F3E

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

Shades of Ironstone #874F3E

Tints of Ironstone #874F3E

Color information

#874F3E (or 0x874F3E) is unknown color: approx Ironstone. HEX triplet: 87, 4F and 3E. RGB value is (135,79,62). Sum of RGB (Red+Green+Blue) = 135+79+62=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F3E is #78B0C1. Grayscale: #5D5D5D. Windows color (decimal): -7909570 or 4083591. OLE color: 4083591.

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

Color convert

RGB1357962-
CMYK00.410.540.47
HSL13.97º37.06%38.63%-
HSV(B)13.97º54.07%52.94%-
XYZ13.6611.095.98-
YUV93.81110.05157.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=48.91%
G=28.62%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135796200.410.540.4713.9737.0638.63
Hex874F3E029362Fe2527
Octal207117760516657164547
Binary10000111100111111111001010011101101011111110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,62); }

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

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

 a { background-color: rgb(135,79,62); }

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

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

 span { border-color: rgb(135,79,62); }

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