#855747

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

Shades of Ironstone #855747

Tints of Ironstone #855747

Color information

#855747 (or 0x855747) is unknown color: approx Ironstone. HEX triplet: 85, 57 and 47. RGB value is (133,87,71). Sum of RGB (Red+Green+Blue) = 133+87+71=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855747 is #7AA8B8. Grayscale: #636363. Windows color (decimal): -8038585 or 4675461. OLE color: 4675461.

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

Color convert

RGB1338771-
CMYK00.350.470.48
HSL15.48º30.39%40%-
HSV(B)15.48º46.62%52.16%-
XYZ14.2212.267.58-
YUV98.93112.24152.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=45.70%
G=29.90%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133877100.350.470.4815.4830.3940
Hex8557470232F30f1e28
Octal2051271070435760173650
Binary10000101101011110001110100011101111110000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855747; }

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

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

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

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

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

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

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

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