#865540

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

Shades of Ironstone #865540

Tints of Ironstone #865540

Color information

#865540 (or 0x865540) is unknown color: approx Ironstone. HEX triplet: 86, 55 and 40. RGB value is (134,85,64). Sum of RGB (Red+Green+Blue) = 134+85+64=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865540 is #79AABF. Grayscale: #616161. Windows color (decimal): -7973568 or 4216198. OLE color: 4216198.

HSL color Cylindrical-coordinate representation of color #865540: hue angle of 18º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865540 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1348564-
CMYK00.370.520.47
HSL18º35.35%38.82%-
HSV(B)18º52.24%52.55%-
XYZ14.0111.946.42-
YUV97.26109.23154.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=47.35%
G=30.04%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134856400.370.520.471835.3538.82
Hex865540025342F122327
Octal2061251000456457224347
Binary1000011010101011000000010010111010010111110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865540; }

 p { color: rgb(134,85,64); }

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

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

 a { background-color: rgb(134,85,64); }

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

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

 span { border-color: rgb(134,85,64); }

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