#8B5646

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

Shades of Ironstone #8B5646

Tints of Ironstone #8B5646

Color information

#8B5646 (or 0x8B5646) is unknown color: approx Ironstone. HEX triplet: 8B, 56 and 46. RGB value is (139,86,70). Sum of RGB (Red+Green+Blue) = 139+86+70=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5646 is #74A9B9. Grayscale: #646464. Windows color (decimal): -7645626 or 4609675. OLE color: 4609675.

HSL color Cylindrical-coordinate representation of color #8B5646: hue angle of 13.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5646 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1398670-
CMYK00.380.500.45
HSL13.91º33.01%40.98%-
HSV(B)13.91º49.64%54.51%-
XYZ15.0812.597.43-
YUV100.02111.06155.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=47.12%
G=29.15%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139867000.380.500.4513.9133.0140.98
Hex8B5646026322De2129
Octal2131261060466255164151
Binary100010111010110100011001001101100101011011110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5646; }

 p { color: rgb(139,86,70); }

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

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

 a { background-color: rgb(139,86,70); }

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

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

 span { border-color: rgb(139,86,70); }

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