#85543D

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

Shades of Ironstone #85543D

Tints of Ironstone #85543D

Color information

#85543D (or 0x85543D) is unknown color: approx Ironstone. HEX triplet: 85, 54 and 3D. RGB value is (133,84,61). Sum of RGB (Red+Green+Blue) = 133+84+61=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543D is #7AABC2. Grayscale: #606060. Windows color (decimal): -8039363 or 4019333. OLE color: 4019333.

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

Color convert

RGB1338461-
CMYK00.370.540.48
HSL19.17º37.11%38.04%-
HSV(B)19.17º54.14%52.16%-
XYZ13.6911.665.94-
YUV96.03108.23154.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=47.84%
G=30.22%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133846100.370.540.4819.1737.1138.04
Hex85543D0253630132526
Octal205124750456660234546
Binary100001011010100111101010010111011011000010011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85543D; }

 p { color: rgb(133,84,61); }

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

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

 a { background-color: rgb(133,84,61); }

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

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

 span { border-color: rgb(133,84,61); }

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