Shades of Afghan Tan #8B631D
Tints of Afghan Tan #8B631D
RGB
CMYK
RGB Variations
Color information
#8B631D (or 0x8B631D) is known color: Afghan Tan. HEX triplet: 8B, 63 and 1D. RGB value is (139,99,29). Sum of RGB (Red+Green+Blue) = 139+99+29=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B631D is #749CE2. Grayscale: #676767. Windows color (decimal): -7642339 or 1926027. OLE color: 1926027.
HSL color Cylindrical-coordinate representation of color #8B631D: hue angle of 38.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B631D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 29 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.45 |
| HSL | 38.18º | 0.65% | 0.33% | - |
| HSV(B) | 38.18º | 0.79% | 0.55% | - |
| XYZ | 15.33 | 14.5 | 3.15 | - |
| YUV | 102.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 29 | 0 | 0.29 | 0.79 | 0.45 | 38.18 | 0.65 | 0.33 |
| Hex | 8B | 63 | 1D | 0 | 1D | 4F | 2D | 26 | 41 | 21 |
| Octal | 213 | 143 | 35 | 0 | 35 | 117 | 55 | 46 | 101 | 41 |
| Binary | 10001011 | 1100011 | 11101 | 0 | 11101 | 1001111 | 101101 | 100110 | 1000001 | 100001 |
Color Harmonies of #8B631D
Complementary color
Monochromatic Colors of #8B631D
Black with #8B631D
Text Example
Text Example
White with #8B631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B631D; }
p { color: rgb(139,99,29); }
H1.HeaderClassName
{
color: #8B631D;
}
.AnyTagClassName
{
color: #8B631D;
}
</style>
background-color css
<style>
a { background-color: #8B631D; }
a { background-color: rgb(139,99,29); }
div.DivClassName
{
background-color: #8B631D;
}
.BgClassName
{
background-color: #8B631D;
}
</style>
border-color css
<style>
span { border-color: #8B631D; }
span { border-color: rgb(139,99,29); }
td.TdClassName
{
border-color: #8B631D;
}
.TagClassName
{
border-color: #8B631D;
}
</style>