Shades of Saddle Brown #8D3608
Tints of Saddle Brown #8D3608
RGB
CMYK
RGB Variations
Color information
#8D3608 (or 0x8D3608) is known color: Saddle Brown. HEX triplet: 8D, 36 and 08. RGB value is (141,54,8). Sum of RGB (Red+Green+Blue) = 141+54+8=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3608 is #72C9F7. Grayscale: #4B4B4B. Windows color (decimal): -7522808 or 538253. OLE color: 538253.
HSL color Cylindrical-coordinate representation of color #8D3608: hue angle of 20.75º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D3608 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 8 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.45 |
| HSL | 20.75º | 0.89% | 0.29% | - |
| HSV(B) | 20.75º | 0.94% | 0.55% | - |
| XYZ | 12.35 | 8.32 | 1.18 | - |
| YUV | 74.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 8 | 0 | 0.62 | 0.94 | 0.45 | 20.75 | 0.89 | 0.29 |
| Hex | 8D | 36 | 8 | 0 | 3E | 5E | 2D | 15 | 59 | 1D |
| Octal | 215 | 66 | 10 | 0 | 76 | 136 | 55 | 25 | 131 | 35 |
| Binary | 10001101 | 110110 | 1000 | 0 | 111110 | 1011110 | 101101 | 10101 | 1011001 | 11101 |
Color Harmonies of #8D3608
Complementary color
Monochromatic Colors of #8D3608
Black with #8D3608
Text Example
Text Example
White with #8D3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3608; }
p { color: rgb(141,54,8); }
H1.HeaderClassName
{
color: #8D3608;
}
.AnyTagClassName
{
color: #8D3608;
}
</style>
background-color css
<style>
a { background-color: #8D3608; }
a { background-color: rgb(141,54,8); }
div.DivClassName
{
background-color: #8D3608;
}
.BgClassName
{
background-color: #8D3608;
}
</style>
border-color css
<style>
span { border-color: #8D3608; }
span { border-color: rgb(141,54,8); }
td.TdClassName
{
border-color: #8D3608;
}
.TagClassName
{
border-color: #8D3608;
}
</style>