#85553F

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

Shades of Ironstone #85553F

Tints of Ironstone #85553F

Color information

#85553F (or 0x85553F) is unknown color: approx Ironstone. HEX triplet: 85, 55 and 3F. RGB value is (133,85,63). Sum of RGB (Red+Green+Blue) = 133+85+63=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553F is #7AAAC0. Grayscale: #606060. Windows color (decimal): -8039105 or 4150661. OLE color: 4150661.

HSL color Cylindrical-coordinate representation of color #85553F: hue angle of 18.86º 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 #85553F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1338563-
CMYK00.360.530.48
HSL18.86º35.71%38.43%-
HSV(B)18.86º52.63%52.16%-
XYZ13.8211.846.26-
YUV96.84108.9153.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 63 (25% from 255) = 22.42%
R=47.33%
G=30.25%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133856300.360.530.4818.8635.7138.43
Hex85553F0243530132426
Octal205125770446560234446
Binary100001011010101111111010010011010111000010011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85553F; }

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

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

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

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

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

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

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

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