#865245

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

Shades of Ironstone #865245

Tints of Ironstone #865245

Color information

#865245 (or 0x865245) is unknown color: approx Ironstone. HEX triplet: 86, 52 and 45. RGB value is (134,82,69). Sum of RGB (Red+Green+Blue) = 134+82+69=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865245 is #79ADBA. Grayscale: #606060. Windows color (decimal): -7974331 or 4543110. OLE color: 4543110.

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

Color convert

RGB1348269-
CMYK00.390.490.47
HSL12º32.02%39.8%-
HSV(B)12º48.51%52.55%-
XYZ13.9211.537.12-
YUV96.07112.73155.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=47.02%
G=28.77%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134826900.390.490.471232.0239.8
Hex865245027312Fc2028
Octal2061221050476157144050
Binary100001101010010100010101001111100011011111100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865245; }

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

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

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

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

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

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

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

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