Shades of Saddle Brown #8B320D
Tints of Saddle Brown #8B320D
RGB
CMYK
RGB Variations
Color information
#8B320D (or 0x8B320D) is known color: Saddle Brown. HEX triplet: 8B, 32 and 0D. RGB value is (139,50,13). Sum of RGB (Red+Green+Blue) = 139+50+13=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B320D is #74CDF2. Grayscale: #484848. Windows color (decimal): -7654899 or 864907. OLE color: 864907.
HSL color Cylindrical-coordinate representation of color #8B320D: hue angle of 17.62º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B320D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 13 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.45 |
| HSL | 17.62º | 0.83% | 0.3% | - |
| HSV(B) | 17.62º | 0.91% | 0.55% | - |
| XYZ | 11.86 | 7.8 | 1.26 | - |
| YUV | 72.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 13 | 0 | 0.64 | 0.91 | 0.45 | 17.62 | 0.83 | 0.3 |
| Hex | 8B | 32 | D | 0 | 40 | 5B | 2D | 12 | 53 | 1E |
| Octal | 213 | 62 | 15 | 0 | 100 | 133 | 55 | 22 | 123 | 36 |
| Binary | 10001011 | 110010 | 1101 | 0 | 1000000 | 1011011 | 101101 | 10010 | 1010011 | 11110 |
Color Harmonies of #8B320D
Complementary color
Monochromatic Colors of #8B320D
Black with #8B320D
Text Example
Text Example
White with #8B320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B320D; }
p { color: rgb(139,50,13); }
H1.HeaderClassName
{
color: #8B320D;
}
.AnyTagClassName
{
color: #8B320D;
}
</style>
background-color css
<style>
a { background-color: #8B320D; }
a { background-color: rgb(139,50,13); }
div.DivClassName
{
background-color: #8B320D;
}
.BgClassName
{
background-color: #8B320D;
}
</style>
border-color css
<style>
span { border-color: #8B320D; }
span { border-color: rgb(139,50,13); }
td.TdClassName
{
border-color: #8B320D;
}
.TagClassName
{
border-color: #8B320D;
}
</style>