#855247

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

Shades of Ironstone #855247

Tints of Ironstone #855247

Color information

#855247 (or 0x855247) is unknown color: approx Ironstone. HEX triplet: 85, 52 and 47. RGB value is (133,82,71). Sum of RGB (Red+Green+Blue) = 133+82+71=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855247 is #7AADB8. Grayscale: #606060. Windows color (decimal): -8039865 or 4674181. OLE color: 4674181.

HSL color Cylindrical-coordinate representation of color #855247: hue angle of 10.65º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855247 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1338271-
CMYK00.380.470.48
HSL10.65º30.39%40%-
HSV(B)10.65º46.62%52.16%-
XYZ13.8311.487.45-
YUV95.99113.9154.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=46.50%
G=28.67%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133827100.380.470.4810.6530.3940
Hex8552470262F30b1e28
Octal2051221070465760133650
Binary10000101101001010001110100110101111110000101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855247; }

 p { color: rgb(133,82,71); }

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

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

 a { background-color: rgb(133,82,71); }

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

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

 span { border-color: rgb(133,82,71); }

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