#8B5544

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

Shades of Ironstone #8B5544

Tints of Ironstone #8B5544

Color information

#8B5544 (or 0x8B5544) is unknown color: approx Ironstone. HEX triplet: 8B, 55 and 44. RGB value is (139,85,68). Sum of RGB (Red+Green+Blue) = 139+85+68=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5544 is #74AABB. Grayscale: #636363. Windows color (decimal): -7645884 or 4478347. OLE color: 4478347.

HSL color Cylindrical-coordinate representation of color #8B5544: hue angle of 14.37º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5544 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1398568-
CMYK00.390.510.45
HSL14.37º34.3%40.59%-
HSV(B)14.37º51.08%54.51%-
XYZ14.9412.47.08-
YUV99.21110.39156.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=47.60%
G=29.11%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139856800.390.510.4514.3734.340.59
Hex8B5544027332De2229
Octal2131251040476355164251
Binary100010111010101100010001001111100111011011110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,68); }

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

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

 a { background-color: rgb(139,85,68); }

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

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

 span { border-color: rgb(139,85,68); }

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