Shades of Saddle Brown #8D2E02
Tints of Saddle Brown #8D2E02
RGB
CMYK
RGB Variations
Color information
#8D2E02 (or 0x8D2E02) is known color: Saddle Brown. HEX triplet: 8D, 2E and 02. RGB value is (141,46,2). Sum of RGB (Red+Green+Blue) = 141+46+2=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2E02 is #72D1FD. Grayscale: #454545. Windows color (decimal): -7524862 or 142989. OLE color: 142989.
HSL color Cylindrical-coordinate representation of color #8D2E02: hue angle of 18.99º 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 #8D2E02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 46 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.45 |
| HSL | 18.99º | 0.97% | 0.28% | - |
| HSV(B) | 18.99º | 0.99% | 0.55% | - |
| XYZ | 11.97 | 7.62 | 0.9 | - |
| YUV | 69.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 46 | 2 | 0 | 0.67 | 0.99 | 0.45 | 18.99 | 0.97 | 0.28 |
| Hex | 8D | 2E | 2 | 0 | 43 | 63 | 2D | 13 | 61 | 1C |
| Octal | 215 | 56 | 2 | 0 | 103 | 143 | 55 | 23 | 141 | 34 |
| Binary | 10001101 | 101110 | 10 | 0 | 1000011 | 1100011 | 101101 | 10011 | 1100001 | 11100 |
Color Harmonies of #8D2E02
Complementary color
Monochromatic Colors of #8D2E02
Black with #8D2E02
Text Example
Text Example
White with #8D2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2E02; }
p { color: rgb(141,46,2); }
H1.HeaderClassName
{
color: #8D2E02;
}
.AnyTagClassName
{
color: #8D2E02;
}
</style>
background-color css
<style>
a { background-color: #8D2E02; }
a { background-color: rgb(141,46,2); }
div.DivClassName
{
background-color: #8D2E02;
}
.BgClassName
{
background-color: #8D2E02;
}
</style>
border-color css
<style>
span { border-color: #8D2E02; }
span { border-color: rgb(141,46,2); }
td.TdClassName
{
border-color: #8D2E02;
}
.TagClassName
{
border-color: #8D2E02;
}
</style>