#875446

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

Shades of Ironstone #875446

Tints of Ironstone #875446

Color information

#875446 (or 0x875446) is unknown color: approx Ironstone. HEX triplet: 87, 54 and 46. RGB value is (135,84,70). Sum of RGB (Red+Green+Blue) = 135+84+70=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875446 is #78ABB9. Grayscale: #616161. Windows color (decimal): -7908282 or 4609159. OLE color: 4609159.

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

Color convert

RGB1358470-
CMYK00.380.480.47
HSL12.92º31.71%40.2%-
HSV(B)12.92º48.15%52.94%-
XYZ14.2711.937.35-
YUV97.65112.4154.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=46.71%
G=29.07%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135847000.380.480.4712.9231.7140.2
Hex875446026302Fd2028
Octal2071241060466057154050
Binary100001111010100100011001001101100001011111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875446; }

 p { color: rgb(135,84,70); }

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

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

 a { background-color: rgb(135,84,70); }

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

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

 span { border-color: rgb(135,84,70); }

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