Shades of Saddle Brown #8F380D
Tints of Saddle Brown #8F380D
RGB
CMYK
RGB Variations
Color information
#8F380D (or 0x8F380D) is known color: Saddle Brown. HEX triplet: 8F, 38 and 0D. RGB value is (143,56,13). Sum of RGB (Red+Green+Blue) = 143+56+13=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F380D is #70C7F2. Grayscale: #4D4D4D. Windows color (decimal): -7391219 or 866447. OLE color: 866447.
HSL color Cylindrical-coordinate representation of color #8F380D: hue angle of 19.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F380D is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 13 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.44 |
| HSL | 19.85º | 0.83% | 0.31% | - |
| HSV(B) | 19.85º | 0.91% | 0.56% | - |
| XYZ | 12.81 | 8.7 | 1.38 | - |
| YUV | 77.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 13 | 0 | 0.61 | 0.91 | 0.44 | 19.85 | 0.83 | 0.31 |
| Hex | 8F | 38 | D | 0 | 3D | 5B | 2C | 14 | 53 | 1F |
| Octal | 217 | 70 | 15 | 0 | 75 | 133 | 54 | 24 | 123 | 37 |
| Binary | 10001111 | 111000 | 1101 | 0 | 111101 | 1011011 | 101100 | 10100 | 1010011 | 11111 |
Color Harmonies of #8F380D
Complementary color
Monochromatic Colors of #8F380D
Black with #8F380D
Text Example
Text Example
White with #8F380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F380D; }
p { color: rgb(143,56,13); }
H1.HeaderClassName
{
color: #8F380D;
}
.AnyTagClassName
{
color: #8F380D;
}
</style>
background-color css
<style>
a { background-color: #8F380D; }
a { background-color: rgb(143,56,13); }
div.DivClassName
{
background-color: #8F380D;
}
.BgClassName
{
background-color: #8F380D;
}
</style>
border-color css
<style>
span { border-color: #8F380D; }
span { border-color: rgb(143,56,13); }
td.TdClassName
{
border-color: #8F380D;
}
.TagClassName
{
border-color: #8F380D;
}
</style>