#855244

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

Shades of Ironstone #855244

Tints of Ironstone #855244

Color information

#855244 (or 0x855244) is unknown color: approx Ironstone. HEX triplet: 85, 52 and 44. RGB value is (133,82,68). Sum of RGB (Red+Green+Blue) = 133+82+68=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855244 is #7AADBB. Grayscale: #5F5F5F. Windows color (decimal): -8039868 or 4477573. OLE color: 4477573.

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

Color convert

RGB1338268-
CMYK00.380.490.48
HSL12.92º32.34%39.41%-
HSV(B)12.92º48.87%52.16%-
XYZ13.7311.446.95-
YUV95.65112.4154.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=47.00%
G=28.98%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133826800.380.490.4812.9232.3439.41
Hex8552440263130d2027
Octal2051221040466160154047
Binary100001011010010100010001001101100011100001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855244; }

 p { color: rgb(133,82,68); }

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

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

 a { background-color: rgb(133,82,68); }

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

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

 span { border-color: rgb(133,82,68); }

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