#875844

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

Shades of Ironstone #875844

Tints of Ironstone #875844

Color information

#875844 (or 0x875844) is unknown color: approx Ironstone. HEX triplet: 87, 58 and 44. RGB value is (135,88,68). Sum of RGB (Red+Green+Blue) = 135+88+68=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875844 is #78A7BB. Grayscale: #636363. Windows color (decimal): -7907260 or 4479111. OLE color: 4479111.

HSL color Cylindrical-coordinate representation of color #875844: hue angle of 17.91º 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 #875844 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1358868-
CMYK00.350.500.47
HSL17.91º33%39.8%-
HSV(B)17.91º49.63%52.94%-
XYZ14.5212.557.13-
YUV99.77110.07153.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=46.39%
G=30.24%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135886800.350.500.4717.913339.8
Hex875844023322F122128
Octal2071301040436257224150
Binary1000011110110001000100010001111001010111110010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875844; }

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

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

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

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

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

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

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

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