#855442

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

Shades of Ironstone #855442

Tints of Ironstone #855442

Color information

#855442 (or 0x855442) is unknown color: approx Ironstone. HEX triplet: 85, 54 and 42. RGB value is (133,84,66). Sum of RGB (Red+Green+Blue) = 133+84+66=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855442 is #7AABBD. Grayscale: #606060. Windows color (decimal): -8039358 or 4347013. OLE color: 4347013.

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

Color convert

RGB1338466-
CMYK00.370.500.48
HSL16.12º33.67%39.02%-
HSV(B)16.12º50.38%52.16%-
XYZ13.8311.726.69-
YUV96.6110.73153.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=47.00%
G=29.68%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133846600.370.500.4816.1233.6739.02
Hex8554420253230102227
Octal2051241020456260204247
Binary1000010110101001000010010010111001011000010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855442; }

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

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

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

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

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

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

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

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