#865845

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

Shades of Ironstone #865845

Tints of Ironstone #865845

Color information

#865845 (or 0x865845) is unknown color: approx Ironstone. HEX triplet: 86, 58 and 45. RGB value is (134,88,69). Sum of RGB (Red+Green+Blue) = 134+88+69=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865845 is #79A7BA. Grayscale: #636363. Windows color (decimal): -7972795 or 4544646. OLE color: 4544646.

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

Color convert

RGB1348869-
CMYK00.340.490.47
HSL17.54º32.02%39.8%-
HSV(B)17.54º48.51%52.55%-
XYZ14.412.487.28-
YUV99.59110.74152.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=46.05%
G=30.24%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134886900.340.490.4717.5432.0239.8
Hex865845022312F122028
Octal2061301050426157224050
Binary1000011010110001000101010001011000110111110010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865845; }

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

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

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

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

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

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

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

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