#8B4C2E

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

Shades of Alert Tan #8B4C2E

Tints of Alert Tan #8B4C2E

Color information

#8B4C2E (or 0x8B4C2E) is unknown color: approx Alert Tan. HEX triplet: 8B, 4C and 2E. RGB value is (139,76,46). Sum of RGB (Red+Green+Blue) = 139+76+46=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C2E is #74B3D1. Grayscale: #5B5B5B. Windows color (decimal): -7648210 or 3034251. OLE color: 3034251.

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

Color convert

RGB1397646-
CMYK00.450.670.45
HSL19.35º50.27%36.27%-
HSV(B)19.35º66.91%54.51%-
XYZ13.7310.863.96-
YUV91.42102.37161.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=53.26%
G=29.12%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139764600.450.670.4519.3550.2736.27
Hex8B4C2E02D432D133224
Octal2131145605510355236244
Binary1000101110011001011100101101100001110110110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,46); }

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

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

 a { background-color: rgb(139,76,46); }

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

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

 span { border-color: rgb(139,76,46); }

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