#85554A

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

Shades of Ironstone #85554A

Tints of Ironstone #85554A

Color information

#85554A (or 0x85554A) is unknown color: approx Ironstone. HEX triplet: 85, 55 and 4A. RGB value is (133,85,74). Sum of RGB (Red+Green+Blue) = 133+85+74=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85554A is #7AAAB5. Grayscale: #626262. Windows color (decimal): -8039094 or 4871557. OLE color: 4871557.

HSL color Cylindrical-coordinate representation of color #85554A: hue angle of 11.19º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85554A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1338574-
CMYK00.360.440.48
HSL11.19º28.5%40.59%-
HSV(B)11.19º44.36%52.16%-
XYZ14.1611.988.04-
YUV98.1114.4152.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=45.55%
G=29.11%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133857400.360.440.4811.1928.540.59
Hex85554A0242C30b1d29
Octal2051251120445460133551
Binary10000101101010110010100100100101100110000101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85554A; }

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

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

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

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

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

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

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

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