#875243

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

Shades of Ironstone #875243

Tints of Ironstone #875243

Color information

#875243 (or 0x875243) is unknown color: approx Ironstone. HEX triplet: 87, 52 and 43. RGB value is (135,82,67). Sum of RGB (Red+Green+Blue) = 135+82+67=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875243 is #78ADBC. Grayscale: #606060. Windows color (decimal): -7908797 or 4412039. OLE color: 4412039.

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

Color convert

RGB1358267-
CMYK00.390.500.47
HSL13.24º33.66%39.61%-
HSV(B)13.24º50.37%52.94%-
XYZ14.0211.596.81-
YUV96.14111.56155.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 67 (26.56% from 255) = 23.59%
R=47.54%
G=28.87%
B=23.59%

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
Decimal135826700.390.500.4713.2433.6639.61
Hex875243027322Fd2228
Octal2071221030476257154250
Binary100001111010010100001101001111100101011111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875243; }

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

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

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

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

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

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

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

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