Shades of Saddle Brown #8D4203
Tints of Saddle Brown #8D4203
RGB
CMYK
RGB Variations
Color information
#8D4203 (or 0x8D4203) is known color: Saddle Brown. HEX triplet: 8D, 42 and 03. RGB value is (141,66,3). Sum of RGB (Red+Green+Blue) = 141+66+3=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4203 is #72BDFC. Grayscale: #515151. Windows color (decimal): -7519741 or 213645. OLE color: 213645.
HSL color Cylindrical-coordinate representation of color #8D4203: hue angle of 27.39º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D4203 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.45 |
| HSL | 27.39º | 0.96% | 0.28% | - |
| HSV(B) | 27.39º | 0.98% | 0.55% | - |
| XYZ | 12.95 | 9.57 | 1.25 | - |
| YUV | 81.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 3 | 0 | 0.53 | 0.98 | 0.45 | 27.39 | 0.96 | 0.28 |
| Hex | 8D | 42 | 3 | 0 | 35 | 62 | 2D | 1B | 60 | 1C |
| Octal | 215 | 102 | 3 | 0 | 65 | 142 | 55 | 33 | 140 | 34 |
| Binary | 10001101 | 1000010 | 11 | 0 | 110101 | 1100010 | 101101 | 11011 | 1100000 | 11100 |
Color Harmonies of #8D4203
Complementary color
Monochromatic Colors of #8D4203
Black with #8D4203
Text Example
Text Example
White with #8D4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4203; }
p { color: rgb(141,66,3); }
H1.HeaderClassName
{
color: #8D4203;
}
.AnyTagClassName
{
color: #8D4203;
}
</style>
background-color css
<style>
a { background-color: #8D4203; }
a { background-color: rgb(141,66,3); }
div.DivClassName
{
background-color: #8D4203;
}
.BgClassName
{
background-color: #8D4203;
}
</style>
border-color css
<style>
span { border-color: #8D4203; }
span { border-color: rgb(141,66,3); }
td.TdClassName
{
border-color: #8D4203;
}
.TagClassName
{
border-color: #8D4203;
}
</style>