#8B4A2B

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

Shades of Alert Tan #8B4A2B

Tints of Alert Tan #8B4A2B

Color information

#8B4A2B (or 0x8B4A2B) is unknown color: approx Alert Tan. HEX triplet: 8B, 4A and 2B. RGB value is (139,74,43). Sum of RGB (Red+Green+Blue) = 139+74+43=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A2B is #74B5D4. Grayscale: #5A5A5A. Windows color (decimal): -7648725 or 2837131. OLE color: 2837131.

HSL color Cylindrical-coordinate representation of color #8B4A2B: hue angle of 19.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4A2B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1397443-
CMYK00.470.690.45
HSL19.38º52.75%35.69%-
HSV(B)19.38º69.06%54.51%-
XYZ13.5310.563.61-
YUV89.9101.53163.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=54.30%
G=28.91%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139744300.470.690.4519.3852.7535.69
Hex8B4A2B02F452D133524
Octal2131125305710555236544
Binary1000101110010101010110101111100010110110110011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,43); }

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

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

 a { background-color: rgb(139,74,43); }

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

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

 span { border-color: rgb(139,74,43); }

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