Shades of Saddle Brown #8B320C
Tints of Saddle Brown #8B320C
RGB
CMYK
RGB Variations
Color information
#8B320C (or 0x8B320C) is known color: Saddle Brown. HEX triplet: 8B, 32 and 0C. RGB value is (139,50,12). Sum of RGB (Red+Green+Blue) = 139+50+12=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B320C is #74CDF3. Grayscale: #484848. Windows color (decimal): -7654900 or 799371. OLE color: 799371.
HSL color Cylindrical-coordinate representation of color #8B320C: hue angle of 17.95º degrees, saturation: 0.84, 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 #8B320C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 12 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.45 |
| HSL | 17.95º | 0.84% | 0.3% | - |
| HSV(B) | 17.95º | 0.91% | 0.55% | - |
| XYZ | 11.85 | 7.8 | 1.23 | - |
| YUV | 72.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 12 | 0 | 0.64 | 0.91 | 0.45 | 17.95 | 0.84 | 0.3 |
| Hex | 8B | 32 | C | 0 | 40 | 5B | 2D | 12 | 54 | 1E |
| Octal | 213 | 62 | 14 | 0 | 100 | 133 | 55 | 22 | 124 | 36 |
| Binary | 10001011 | 110010 | 1100 | 0 | 1000000 | 1011011 | 101101 | 10010 | 1010100 | 11110 |
Color Harmonies of #8B320C
Complementary color
Monochromatic Colors of #8B320C
Black with #8B320C
Text Example
Text Example
White with #8B320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B320C; }
p { color: rgb(139,50,12); }
H1.HeaderClassName
{
color: #8B320C;
}
.AnyTagClassName
{
color: #8B320C;
}
</style>
background-color css
<style>
a { background-color: #8B320C; }
a { background-color: rgb(139,50,12); }
div.DivClassName
{
background-color: #8B320C;
}
.BgClassName
{
background-color: #8B320C;
}
</style>
border-color css
<style>
span { border-color: #8B320C; }
span { border-color: rgb(139,50,12); }
td.TdClassName
{
border-color: #8B320C;
}
.TagClassName
{
border-color: #8B320C;
}
</style>