Shades of Saddle Brown #8D2F07
Tints of Saddle Brown #8D2F07
RGB
CMYK
RGB Variations
Color information
#8D2F07 (or 0x8D2F07) is known color: Saddle Brown. HEX triplet: 8D, 2F and 07. RGB value is (141,47,7). Sum of RGB (Red+Green+Blue) = 141+47+7=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2F07 is #72D0F8. Grayscale: #464646. Windows color (decimal): -7524601 or 470925. OLE color: 470925.
HSL color Cylindrical-coordinate representation of color #8D2F07: hue angle of 17.91º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D2F07 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 7 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.45 |
| HSL | 17.91º | 0.91% | 0.29% | - |
| HSV(B) | 17.91º | 0.95% | 0.55% | - |
| XYZ | 12.04 | 7.71 | 1.05 | - |
| YUV | 70.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 7 | 0 | 0.67 | 0.95 | 0.45 | 17.91 | 0.91 | 0.29 |
| Hex | 8D | 2F | 7 | 0 | 43 | 5F | 2D | 12 | 5B | 1D |
| Octal | 215 | 57 | 7 | 0 | 103 | 137 | 55 | 22 | 133 | 35 |
| Binary | 10001101 | 101111 | 111 | 0 | 1000011 | 1011111 | 101101 | 10010 | 1011011 | 11101 |
Color Harmonies of #8D2F07
Complementary color
Monochromatic Colors of #8D2F07
Black with #8D2F07
Text Example
Text Example
White with #8D2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F07; }
p { color: rgb(141,47,7); }
H1.HeaderClassName
{
color: #8D2F07;
}
.AnyTagClassName
{
color: #8D2F07;
}
</style>
background-color css
<style>
a { background-color: #8D2F07; }
a { background-color: rgb(141,47,7); }
div.DivClassName
{
background-color: #8D2F07;
}
.BgClassName
{
background-color: #8D2F07;
}
</style>
border-color css
<style>
span { border-color: #8D2F07; }
span { border-color: rgb(141,47,7); }
td.TdClassName
{
border-color: #8D2F07;
}
.TagClassName
{
border-color: #8D2F07;
}
</style>