#875644

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

Shades of Ironstone #875644

Tints of Ironstone #875644

Color information

#875644 (or 0x875644) is unknown color: approx Ironstone. HEX triplet: 87, 56 and 44. RGB value is (135,86,68). Sum of RGB (Red+Green+Blue) = 135+86+68=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875644 is #78A9BB. Grayscale: #626262. Windows color (decimal): -7907772 or 4478599. OLE color: 4478599.

HSL color Cylindrical-coordinate representation of color #875644: hue angle of 16.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875644 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1358668-
CMYK00.360.500.47
HSL16.12º33%39.8%-
HSV(B)16.12º49.63%52.94%-
XYZ14.3612.227.07-
YUV98.6110.73153.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=46.71%
G=29.76%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135866800.360.500.4716.123339.8
Hex875644024322F102128
Octal2071261040446257204150
Binary1000011110101101000100010010011001010111110000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875644; }

 p { color: rgb(135,86,68); }

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

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

 a { background-color: rgb(135,86,68); }

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

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

 span { border-color: rgb(135,86,68); }

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