#8B4B2B

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

Shades of Alert Tan #8B4B2B

Tints of Alert Tan #8B4B2B

Color information

#8B4B2B (or 0x8B4B2B) is unknown color: approx Alert Tan. HEX triplet: 8B, 4B and 2B. RGB value is (139,75,43). Sum of RGB (Red+Green+Blue) = 139+75+43=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4B2B is #74B4D4. Grayscale: #5A5A5A. Windows color (decimal): -7648469 or 2837387. OLE color: 2837387.

HSL color Cylindrical-coordinate representation of color #8B4B2B: hue angle of 20º 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 #8B4B2B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1397543-
CMYK00.460.690.45
HSL20º52.75%35.69%-
HSV(B)20º69.06%54.51%-
XYZ13.610.73.63-
YUV90.49101.2162.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=54.09%
G=29.18%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139754300.460.690.452052.7535.69
Hex8B4B2B02E452D143524
Octal2131135305610555246544
Binary1000101110010111010110101110100010110110110100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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