#855640

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

Shades of Ironstone #855640

Tints of Ironstone #855640

Color information

#855640 (or 0x855640) is unknown color: approx Ironstone. HEX triplet: 85, 56 and 40. RGB value is (133,86,64). Sum of RGB (Red+Green+Blue) = 133+86+64=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855640 is #7AA9BF. Grayscale: #616161. Windows color (decimal): -8038848 or 4216453. OLE color: 4216453.

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

Color convert

RGB1338664-
CMYK00.350.520.48
HSL19.13º35.03%38.63%-
HSV(B)19.13º51.88%52.16%-
XYZ13.9312.016.44-
YUV97.54109.07153.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=47.00%
G=30.39%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133866400.350.520.4819.1335.0338.63
Hex8556400233430132327
Octal2051261000436460234347
Binary1000010110101101000000010001111010011000010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855640; }

 p { color: rgb(133,86,64); }

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

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

 a { background-color: rgb(133,86,64); }

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

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

 span { border-color: rgb(133,86,64); }

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