Shades of Saddle Brown #8D3602
Tints of Saddle Brown #8D3602
RGB
CMYK
RGB Variations
Color information
#8D3602 (or 0x8D3602) is known color: Saddle Brown. HEX triplet: 8D, 36 and 02. RGB value is (141,54,2). Sum of RGB (Red+Green+Blue) = 141+54+2=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3602 is #72C9FD. Grayscale: #4A4A4A. Windows color (decimal): -7522814 or 145037. OLE color: 145037.
HSL color Cylindrical-coordinate representation of color #8D3602: hue angle of 22.45º 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 #8D3602 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.45 |
| HSL | 22.45º | 0.97% | 0.28% | - |
| HSV(B) | 22.45º | 0.99% | 0.55% | - |
| XYZ | 12.31 | 8.31 | 1.01 | - |
| YUV | 74.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 2 | 0 | 0.62 | 0.99 | 0.45 | 22.45 | 0.97 | 0.28 |
| Hex | 8D | 36 | 2 | 0 | 3E | 63 | 2D | 16 | 61 | 1C |
| Octal | 215 | 66 | 2 | 0 | 76 | 143 | 55 | 26 | 141 | 34 |
| Binary | 10001101 | 110110 | 10 | 0 | 111110 | 1100011 | 101101 | 10110 | 1100001 | 11100 |
Color Harmonies of #8D3602
Complementary color
Monochromatic Colors of #8D3602
Black with #8D3602
Text Example
Text Example
White with #8D3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3602; }
p { color: rgb(141,54,2); }
H1.HeaderClassName
{
color: #8D3602;
}
.AnyTagClassName
{
color: #8D3602;
}
</style>
background-color css
<style>
a { background-color: #8D3602; }
a { background-color: rgb(141,54,2); }
div.DivClassName
{
background-color: #8D3602;
}
.BgClassName
{
background-color: #8D3602;
}
</style>
border-color css
<style>
span { border-color: #8D3602; }
span { border-color: rgb(141,54,2); }
td.TdClassName
{
border-color: #8D3602;
}
.TagClassName
{
border-color: #8D3602;
}
</style>