Shades of Saddle Brown #8D3E02
Tints of Saddle Brown #8D3E02
RGB
CMYK
RGB Variations
Color information
#8D3E02 (or 0x8D3E02) is known color: Saddle Brown. HEX triplet: 8D, 3E and 02. RGB value is (141,62,2). Sum of RGB (Red+Green+Blue) = 141+62+2=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3E02 is #72C1FD. Grayscale: #4F4F4F. Windows color (decimal): -7520766 or 147085. OLE color: 147085.
HSL color Cylindrical-coordinate representation of color #8D3E02: hue angle of 25.9º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D3E02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.45 |
| HSL | 25.9º | 0.97% | 0.28% | - |
| HSV(B) | 25.9º | 0.99% | 0.55% | - |
| XYZ | 12.72 | 9.11 | 1.15 | - |
| YUV | 78.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 2 | 0 | 0.56 | 0.99 | 0.45 | 25.9 | 0.97 | 0.28 |
| Hex | 8D | 3E | 2 | 0 | 38 | 63 | 2D | 1A | 61 | 1C |
| Octal | 215 | 76 | 2 | 0 | 70 | 143 | 55 | 32 | 141 | 34 |
| Binary | 10001101 | 111110 | 10 | 0 | 111000 | 1100011 | 101101 | 11010 | 1100001 | 11100 |
Color Harmonies of #8D3E02
Complementary color
Monochromatic Colors of #8D3E02
Black with #8D3E02
Text Example
Text Example
White with #8D3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E02; }
p { color: rgb(141,62,2); }
H1.HeaderClassName
{
color: #8D3E02;
}
.AnyTagClassName
{
color: #8D3E02;
}
</style>
background-color css
<style>
a { background-color: #8D3E02; }
a { background-color: rgb(141,62,2); }
div.DivClassName
{
background-color: #8D3E02;
}
.BgClassName
{
background-color: #8D3E02;
}
</style>
border-color css
<style>
span { border-color: #8D3E02; }
span { border-color: rgb(141,62,2); }
td.TdClassName
{
border-color: #8D3E02;
}
.TagClassName
{
border-color: #8D3E02;
}
</style>