#875244

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

Shades of Ironstone #875244

Tints of Ironstone #875244

Color information

#875244 (or 0x875244) is unknown color: approx Ironstone. HEX triplet: 87, 52 and 44. RGB value is (135,82,68). Sum of RGB (Red+Green+Blue) = 135+82+68=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875244 is #78ADBB. Grayscale: #606060. Windows color (decimal): -7908796 or 4477575. OLE color: 4477575.

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

Color convert

RGB1358268-
CMYK00.390.500.47
HSL12.54º33%39.8%-
HSV(B)12.54º49.63%52.94%-
XYZ14.0511.66.97-
YUV96.25112.06155.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=47.37%
G=28.77%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135826800.390.500.4712.543339.8
Hex875244027322Fd2128
Octal2071221040476257154150
Binary100001111010010100010001001111100101011111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875244; }

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

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

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

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

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

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

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

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