#85543C

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

Shades of Ironstone #85543C

Tints of Ironstone #85543C

Color information

#85543C (or 0x85543C) is unknown color: approx Ironstone. HEX triplet: 85, 54 and 3C. RGB value is (133,84,60). Sum of RGB (Red+Green+Blue) = 133+84+60=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543C is #7AABC3. Grayscale: #606060. Windows color (decimal): -8039364 or 3953797. OLE color: 3953797.

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

Color convert

RGB1338460-
CMYK00.370.550.48
HSL19.73º37.82%37.84%-
HSV(B)19.73º54.89%52.16%-
XYZ13.6611.655.8-
YUV95.92107.73154.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=48.01%
G=30.32%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133846000.370.550.4819.7337.8237.84
Hex85543C0253730142626
Octal205124740456760244646
Binary100001011010100111100010010111011111000010100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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