Shades of Saddle Brown #8D2D02
Tints of Saddle Brown #8D2D02
RGB
CMYK
RGB Variations
Color information
#8D2D02 (or 0x8D2D02) is known color: Saddle Brown. HEX triplet: 8D, 2D and 02. RGB value is (141,45,2). Sum of RGB (Red+Green+Blue) = 141+45+2=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2D02 is #72D2FD. Grayscale: #454545. Windows color (decimal): -7525118 or 142733. OLE color: 142733.
HSL color Cylindrical-coordinate representation of color #8D2D02: hue angle of 18.56º 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 #8D2D02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.45 |
| HSL | 18.56º | 0.97% | 0.28% | - |
| HSV(B) | 18.56º | 0.99% | 0.55% | - |
| XYZ | 11.93 | 7.54 | 0.88 | - |
| YUV | 68.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 2 | 0 | 0.68 | 0.99 | 0.45 | 18.56 | 0.97 | 0.28 |
| Hex | 8D | 2D | 2 | 0 | 44 | 63 | 2D | 13 | 61 | 1C |
| Octal | 215 | 55 | 2 | 0 | 104 | 143 | 55 | 23 | 141 | 34 |
| Binary | 10001101 | 101101 | 10 | 0 | 1000100 | 1100011 | 101101 | 10011 | 1100001 | 11100 |
Color Harmonies of #8D2D02
Complementary color
Monochromatic Colors of #8D2D02
Black with #8D2D02
Text Example
Text Example
White with #8D2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D02; }
p { color: rgb(141,45,2); }
H1.HeaderClassName
{
color: #8D2D02;
}
.AnyTagClassName
{
color: #8D2D02;
}
</style>
background-color css
<style>
a { background-color: #8D2D02; }
a { background-color: rgb(141,45,2); }
div.DivClassName
{
background-color: #8D2D02;
}
.BgClassName
{
background-color: #8D2D02;
}
</style>
border-color css
<style>
span { border-color: #8D2D02; }
span { border-color: rgb(141,45,2); }
td.TdClassName
{
border-color: #8D2D02;
}
.TagClassName
{
border-color: #8D2D02;
}
</style>