#865240

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

Shades of Ironstone #865240

Tints of Ironstone #865240

Color information

#865240 (or 0x865240) is unknown color: approx Ironstone. HEX triplet: 86, 52 and 40. RGB value is (134,82,64). Sum of RGB (Red+Green+Blue) = 134+82+64=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #865240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865240 is #79ADBF. Grayscale: #5F5F5F. Windows color (decimal): -7974336 or 4215430. OLE color: 4215430.

HSL color Cylindrical-coordinate representation of color #865240: hue angle of 15.43º 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 #865240 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1348264-
CMYK00.390.520.47
HSL15.43º35.35%38.82%-
HSV(B)15.43º52.24%52.55%-
XYZ13.7711.476.34-
YUV95.5110.23155.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=47.86%
G=29.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134826400.390.520.4715.4335.3538.82
Hex865240027342Ff2327
Octal2061221000476457174347
Binary100001101010010100000001001111101001011111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865240; }

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

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

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

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

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

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

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

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