Shades of Saddle Brown #8D380D
Tints of Saddle Brown #8D380D
RGB
CMYK
RGB Variations
Color information
#8D380D (or 0x8D380D) is known color: Saddle Brown. HEX triplet: 8D, 38 and 0D. RGB value is (141,56,13). Sum of RGB (Red+Green+Blue) = 141+56+13=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D380D is #72C7F2. Grayscale: #4C4C4C. Windows color (decimal): -7522291 or 866445. OLE color: 866445.
HSL color Cylindrical-coordinate representation of color #8D380D: hue angle of 20.16º 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 #8D380D is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 13 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.45 |
| HSL | 20.16º | 0.83% | 0.3% | - |
| HSV(B) | 20.16º | 0.91% | 0.55% | - |
| XYZ | 12.47 | 8.52 | 1.37 | - |
| YUV | 76.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 13 | 0 | 0.60 | 0.91 | 0.45 | 20.16 | 0.83 | 0.3 |
| Hex | 8D | 38 | D | 0 | 3C | 5B | 2D | 14 | 53 | 1E |
| Octal | 215 | 70 | 15 | 0 | 74 | 133 | 55 | 24 | 123 | 36 |
| Binary | 10001101 | 111000 | 1101 | 0 | 111100 | 1011011 | 101101 | 10100 | 1010011 | 11110 |
Color Harmonies of #8D380D
Complementary color
Monochromatic Colors of #8D380D
Black with #8D380D
Text Example
Text Example
White with #8D380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D380D; }
p { color: rgb(141,56,13); }
H1.HeaderClassName
{
color: #8D380D;
}
.AnyTagClassName
{
color: #8D380D;
}
</style>
background-color css
<style>
a { background-color: #8D380D; }
a { background-color: rgb(141,56,13); }
div.DivClassName
{
background-color: #8D380D;
}
.BgClassName
{
background-color: #8D380D;
}
</style>
border-color css
<style>
span { border-color: #8D380D; }
span { border-color: rgb(141,56,13); }
td.TdClassName
{
border-color: #8D380D;
}
.TagClassName
{
border-color: #8D380D;
}
</style>