#8B513B

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

Shades of Ironstone #8B513B

Tints of Ironstone #8B513B

Color information

#8B513B (or 0x8B513B) is unknown color: approx Ironstone. HEX triplet: 8B, 51 and 3B. RGB value is (139,81,59). Sum of RGB (Red+Green+Blue) = 139+81+59=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B513B is #74AEC4. Grayscale: #5F5F5F. Windows color (decimal): -7646917 or 3887499. OLE color: 3887499.

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

Color convert

RGB1398159-
CMYK00.420.580.45
HSL16.5º40.4%38.82%-
HSV(B)16.5º57.55%54.51%-
XYZ14.3811.695.64-
YUV95.83107.22158.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=49.82%
G=29.03%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139815900.420.580.4516.540.438.82
Hex8B513B02A3A2D102827
Octal213121730527255205047
Binary100010111010001111011010101011101010110110000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,59); }

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

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

 a { background-color: rgb(139,81,59); }

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

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

 span { border-color: rgb(139,81,59); }

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