#875642

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

Shades of Ironstone #875642

Tints of Ironstone #875642

Color information

#875642 (or 0x875642) is unknown color: approx Ironstone. HEX triplet: 87, 56 and 42. RGB value is (135,86,66). Sum of RGB (Red+Green+Blue) = 135+86+66=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #875642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875642 is #78A9BD. Grayscale: #626262. Windows color (decimal): -7907774 or 4347527. OLE color: 4347527.

HSL color Cylindrical-coordinate representation of color #875642: hue angle of 17.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875642 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1358666-
CMYK00.360.510.47
HSL17.39º34.33%39.41%-
HSV(B)17.39º51.11%52.94%-
XYZ14.312.26.76-
YUV98.37109.73154.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=47.04%
G=29.97%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135866600.360.510.4717.3934.3339.41
Hex875642024332F112227
Octal2071261020446357214247
Binary1000011110101101000010010010011001110111110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875642; }

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

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

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

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

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

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

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

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