Shades of Saddle Brown #8D2700
Tints of Saddle Brown #8D2700
RGB
CMYK
RGB Variations
Color information
#8D2700 (or 0x8D2700) is known color: Saddle Brown. HEX triplet: 8D, 27 and 00. RGB value is (141,39,0). Sum of RGB (Red+Green+Blue) = 141+39+0=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2700 is #72D8FF. Grayscale: #414141. Windows color (decimal): -7526656 or 10125. OLE color: 10125.
HSL color Cylindrical-coordinate representation of color #8D2700: hue angle of 16.6º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D2700 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.45 |
| HSL | 16.6º | 1% | 0.28% | - |
| HSV(B) | 16.6º | 1% | 0.55% | - |
| XYZ | 11.71 | 7.11 | 0.76 | - |
| YUV | 65.05 | 91.29 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 0 | 0 | 0.72 | 1 | 0.45 | 16.6 | 1 | 0.28 |
| Hex | 8D | 27 | 0 | 0 | 48 | 64 | 2D | 11 | 64 | 1C |
| Octal | 215 | 47 | 0 | 0 | 110 | 144 | 55 | 21 | 144 | 34 |
| Binary | 10001101 | 100111 | 0 | 0 | 1001000 | 1100100 | 101101 | 10001 | 1100100 | 11100 |
Color Harmonies of #8D2700
Complementary color
Monochromatic Colors of #8D2700
Black with #8D2700
Text Example
Text Example
White with #8D2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2700; }
p { color: rgb(141,39,0); }
H1.HeaderClassName
{
color: #8D2700;
}
.AnyTagClassName
{
color: #8D2700;
}
</style>
background-color css
<style>
a { background-color: #8D2700; }
a { background-color: rgb(141,39,0); }
div.DivClassName
{
background-color: #8D2700;
}
.BgClassName
{
background-color: #8D2700;
}
</style>
border-color css
<style>
span { border-color: #8D2700; }
span { border-color: rgb(141,39,0); }
td.TdClassName
{
border-color: #8D2700;
}
.TagClassName
{
border-color: #8D2700;
}
</style>