#85503C

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

Shades of Ironstone #85503C

Tints of Ironstone #85503C

Color information

#85503C (or 0x85503C) is unknown color: approx Ironstone. HEX triplet: 85, 50 and 3C. RGB value is (133,80,60). Sum of RGB (Red+Green+Blue) = 133+80+60=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85503C is #7AAFC3. Grayscale: #5D5D5D. Windows color (decimal): -8040388 or 3952773. OLE color: 3952773.

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

Color convert

RGB1338060-
CMYK00.400.550.48
HSL16.44º37.82%37.84%-
HSV(B)16.44º54.89%52.16%-
XYZ13.3611.055.7-
YUV93.57109.06156.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=48.72%
G=29.30%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133806000.400.550.4816.4437.8237.84
Hex85503C0283730102626
Octal205120740506760204646
Binary100001011010000111100010100011011111000010000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85503C; }

 p { color: rgb(133,80,60); }

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

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

 a { background-color: rgb(133,80,60); }

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

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

 span { border-color: rgb(133,80,60); }

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