#855542

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

Shades of Ironstone #855542

Tints of Ironstone #855542

Color information

#855542 (or 0x855542) is unknown color: approx Ironstone. HEX triplet: 85, 55 and 42. RGB value is (133,85,66). Sum of RGB (Red+Green+Blue) = 133+85+66=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #855542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855542 is #7AAABD. Grayscale: #616161. Windows color (decimal): -8039102 or 4347269. OLE color: 4347269.

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

Color convert

RGB1338566-
CMYK00.360.500.48
HSL17.01º33.67%39.02%-
HSV(B)17.01º50.38%52.16%-
XYZ13.911.886.71-
YUV97.19110.4153.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=46.83%
G=29.93%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133856600.360.500.4817.0133.6739.02
Hex8555420243230112227
Octal2051251020446260214247
Binary1000010110101011000010010010011001011000010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855542; }

 p { color: rgb(133,85,66); }

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

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

 a { background-color: rgb(133,85,66); }

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

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

 span { border-color: rgb(133,85,66); }

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