#8B523E

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

Shades of Ironstone #8B523E

Tints of Ironstone #8B523E

Color information

#8B523E (or 0x8B523E) is unknown color: approx Ironstone. HEX triplet: 8B, 52 and 3E. RGB value is (139,82,62). Sum of RGB (Red+Green+Blue) = 139+82+62=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B523E is #74ADC1. Grayscale: #606060. Windows color (decimal): -7646658 or 4084363. OLE color: 4084363.

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

Color convert

RGB1398262-
CMYK00.410.550.45
HSL15.58º38.31%39.41%-
HSV(B)15.58º55.4%54.51%-
XYZ14.5311.876.08-
YUV96.76108.38158.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=49.12%
G=28.98%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139826200.410.550.4515.5838.3139.41
Hex8B523E029372D102627
Octal213122760516755204647
Binary100010111010010111110010100111011110110110000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,62); }

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

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

 a { background-color: rgb(139,82,62); }

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

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

 span { border-color: rgb(139,82,62); }

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