#855447

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

Shades of Ironstone #855447

Tints of Ironstone #855447

Color information

#855447 (or 0x855447) is unknown color: approx Ironstone. HEX triplet: 85, 54 and 47. RGB value is (133,84,71). Sum of RGB (Red+Green+Blue) = 133+84+71=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855447 is #7AABB8. Grayscale: #616161. Windows color (decimal): -8039353 or 4674693. OLE color: 4674693.

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

Color convert

RGB1338471-
CMYK00.370.470.48
HSL12.58º30.39%40%-
HSV(B)12.58º46.62%52.16%-
XYZ13.9811.787.5-
YUV97.17113.23153.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=46.18%
G=29.17%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133847100.370.470.4812.5830.3940
Hex8554470252F30d1e28
Octal2051241070455760153650
Binary10000101101010010001110100101101111110000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855447; }

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

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

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

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

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

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

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

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