#865548

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

Shades of Ironstone #865548

Tints of Ironstone #865548

Color information

#865548 (or 0x865548) is unknown color: approx Ironstone. HEX triplet: 86, 55 and 48. RGB value is (134,85,72). Sum of RGB (Red+Green+Blue) = 134+85+72=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865548 is #79AAB7. Grayscale: #626262. Windows color (decimal): -7973560 or 4740486. OLE color: 4740486.

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

Color convert

RGB1348572-
CMYK00.370.460.47
HSL12.58º30.1%40.39%-
HSV(B)12.58º46.27%52.55%-
XYZ14.2512.037.7-
YUV98.17113.23153.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=46.05%
G=29.21%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134857200.370.460.4712.5830.140.39
Hex8655480252E2Fd1e28
Octal2061251100455657153650
Binary10000110101010110010000100101101110101111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865548; }

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

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

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

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

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

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

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

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