#855347

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

Shades of Ironstone #855347

Tints of Ironstone #855347

Color information

#855347 (or 0x855347) is unknown color: approx Ironstone. HEX triplet: 85, 53 and 47. RGB value is (133,83,71). Sum of RGB (Red+Green+Blue) = 133+83+71=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855347 is #7AACB8. Grayscale: #606060. Windows color (decimal): -8039609 or 4674437. OLE color: 4674437.

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

Color convert

RGB1338371-
CMYK00.380.470.48
HSL11.61º30.39%40%-
HSV(B)11.61º46.62%52.16%-
XYZ13.911.637.47-
YUV96.58113.56153.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=46.34%
G=28.92%
B=24.74%

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
Decimal133837100.380.470.4811.6130.3940
Hex8553470262F30c1e28
Octal2051231070465760143650
Binary10000101101001110001110100110101111110000110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855347; }

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

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

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

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

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

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

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

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