#875445

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

Shades of Ironstone #875445

Tints of Ironstone #875445

Color information

#875445 (or 0x875445) is unknown color: approx Ironstone. HEX triplet: 87, 54 and 45. RGB value is (135,84,69). Sum of RGB (Red+Green+Blue) = 135+84+69=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875445 is #78ABBA. Grayscale: #616161. Windows color (decimal): -7908283 or 4543623. OLE color: 4543623.

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

Color convert

RGB1358469-
CMYK00.380.490.47
HSL13.64º32.35%40%-
HSV(B)13.64º48.89%52.94%-
XYZ14.2411.927.18-
YUV97.54111.9154.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=46.88%
G=29.17%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135846900.380.490.4713.6432.3540
Hex875445026312Fe2028
Octal2071241050466157164050
Binary100001111010100100010101001101100011011111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875445; }

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

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

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

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

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

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

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

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