#85543F

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

Shades of Ironstone #85543F

Tints of Ironstone #85543F

Color information

#85543F (or 0x85543F) is unknown color: approx Ironstone. HEX triplet: 85, 54 and 3F. RGB value is (133,84,63). Sum of RGB (Red+Green+Blue) = 133+84+63=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543F is #7AABC0. Grayscale: #606060. Windows color (decimal): -8039361 or 4150405. OLE color: 4150405.

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

Color convert

RGB1338463-
CMYK00.370.530.48
HSL18º35.71%38.43%-
HSV(B)18º52.63%52.16%-
XYZ13.7411.696.23-
YUV96.26109.23154.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 63 (25% from 255) = 22.5%
R=47.5%
G=30%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133846300.370.530.481835.7138.43
Hex85543F0253530122426
Octal205124770456560224446
Binary100001011010100111111010010111010111000010010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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