#85503f

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

Shades of Ironstone #85503F

Tints of Ironstone #85503F

Color information

#85503F (or 0x85503F) is unknown color: approx Ironstone. HEX triplet: 85, 50 and 3F. RGB value is (133,80,63). Sum of RGB (Red+Green+Blue) = 133+80+63=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85503F is #7AAFC0. Grayscale: #5E5E5E. Windows color (decimal): -8040385 or 4149381. OLE color: 4149381.

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

Color convert

RGB1338063-
CMYK00.400.530.48
HSL14.57º35.71%38.43%-
HSV(B)14.57º52.63%52.16%-
XYZ13.4411.086.13-
YUV93.91110.56155.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 63 (25% from 255) = 22.83%
R=48.19%
G=28.99%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133806300.400.530.4814.5735.7138.43
Hex85503F0283530f2426
Octal205120770506560174446
Binary10000101101000011111101010001101011100001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85503f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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