Shades of Saddle Brown #8B350A
Tints of Saddle Brown #8B350A
RGB
CMYK
RGB Variations
Color information
#8B350A (or 0x8B350A) is known color: Saddle Brown. HEX triplet: 8B, 35 and 0A. RGB value is (139,53,10). Sum of RGB (Red+Green+Blue) = 139+53+10=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B350A is #74CAF5. Grayscale: #4A4A4A. Windows color (decimal): -7654134 or 669067. OLE color: 669067.
HSL color Cylindrical-coordinate representation of color #8B350A: hue angle of 20º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B350A is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 10 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.45 |
| HSL | 20º | 0.87% | 0.29% | - |
| HSV(B) | 20º | 0.93% | 0.55% | - |
| XYZ | 11.98 | 8.06 | 1.21 | - |
| YUV | 73.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 10 | 0 | 0.62 | 0.93 | 0.45 | 20 | 0.87 | 0.29 |
| Hex | 8B | 35 | A | 0 | 3E | 5D | 2D | 14 | 57 | 1D |
| Octal | 213 | 65 | 12 | 0 | 76 | 135 | 55 | 24 | 127 | 35 |
| Binary | 10001011 | 110101 | 1010 | 0 | 111110 | 1011101 | 101101 | 10100 | 1010111 | 11101 |
Color Harmonies of #8B350A
Complementary color
Monochromatic Colors of #8B350A
Black with #8B350A
Text Example
Text Example
White with #8B350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B350A; }
p { color: rgb(139,53,10); }
H1.HeaderClassName
{
color: #8B350A;
}
.AnyTagClassName
{
color: #8B350A;
}
</style>
background-color css
<style>
a { background-color: #8B350A; }
a { background-color: rgb(139,53,10); }
div.DivClassName
{
background-color: #8B350A;
}
.BgClassName
{
background-color: #8B350A;
}
</style>
border-color css
<style>
span { border-color: #8B350A; }
span { border-color: rgb(139,53,10); }
td.TdClassName
{
border-color: #8B350A;
}
.TagClassName
{
border-color: #8B350A;
}
</style>