#8B4B26

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

Shades of Alert Tan #8B4B26

Tints of Alert Tan #8B4B26

Color information

#8B4B26 (or 0x8B4B26) is unknown color: approx Alert Tan. HEX triplet: 8B, 4B and 26. RGB value is (139,75,38). Sum of RGB (Red+Green+Blue) = 139+75+38=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4B26 is #74B4D9. Grayscale: #5A5A5A. Windows color (decimal): -7648474 or 2509707. OLE color: 2509707.

HSL color Cylindrical-coordinate representation of color #8B4B26: hue angle of 21.98º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B4B26 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1397538-
CMYK00.460.730.45
HSL21.98º57.06%34.71%-
HSV(B)21.98º72.66%54.51%-
XYZ13.5110.663.18-
YUV89.9298.7163.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=55.16%
G=29.76%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139753800.460.730.4521.9857.0634.71
Hex8B4B2602E492D163923
Octal2131134605611155267143
Binary1000101110010111001100101110100100110110110110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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