Shades of Saddle Brown #8D2A02
Tints of Saddle Brown #8D2A02
RGB
CMYK
RGB Variations
Color information
#8D2A02 (or 0x8D2A02) is known color: Saddle Brown. HEX triplet: 8D, 2A and 02. RGB value is (141,42,2). Sum of RGB (Red+Green+Blue) = 141+42+2=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2A02 is #72D5FD. Grayscale: #434343. Windows color (decimal): -7525886 or 141965. OLE color: 141965.
HSL color Cylindrical-coordinate representation of color #8D2A02: hue angle of 17.27º 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 #8D2A02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 42 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.45 |
| HSL | 17.27º | 0.97% | 0.28% | - |
| HSV(B) | 17.27º | 0.99% | 0.55% | - |
| XYZ | 11.82 | 7.32 | 0.85 | - |
| YUV | 67.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 2 | 0 | 0.70 | 0.99 | 0.45 | 17.27 | 0.97 | 0.28 |
| Hex | 8D | 2A | 2 | 0 | 46 | 63 | 2D | 11 | 61 | 1C |
| Octal | 215 | 52 | 2 | 0 | 106 | 143 | 55 | 21 | 141 | 34 |
| Binary | 10001101 | 101010 | 10 | 0 | 1000110 | 1100011 | 101101 | 10001 | 1100001 | 11100 |
Color Harmonies of #8D2A02
Complementary color
Monochromatic Colors of #8D2A02
Black with #8D2A02
Text Example
Text Example
White with #8D2A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2A02; }
p { color: rgb(141,42,2); }
H1.HeaderClassName
{
color: #8D2A02;
}
.AnyTagClassName
{
color: #8D2A02;
}
</style>
background-color css
<style>
a { background-color: #8D2A02; }
a { background-color: rgb(141,42,2); }
div.DivClassName
{
background-color: #8D2A02;
}
.BgClassName
{
background-color: #8D2A02;
}
</style>
border-color css
<style>
span { border-color: #8D2A02; }
span { border-color: rgb(141,42,2); }
td.TdClassName
{
border-color: #8D2A02;
}
.TagClassName
{
border-color: #8D2A02;
}
</style>