Shades of Saddle Brown #8B2902
Tints of Saddle Brown #8B2902
RGB
CMYK
RGB Variations
Color information
#8B2902 (or 0x8B2902) is known color: Saddle Brown. HEX triplet: 8B, 29 and 02. RGB value is (139,41,2). Sum of RGB (Red+Green+Blue) = 139+41+2=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2902 is #74D6FD. Grayscale: #424242. Windows color (decimal): -7657214 or 141707. OLE color: 141707.
HSL color Cylindrical-coordinate representation of color #8B2902: hue angle of 17.08º 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 #8B2902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.45 |
| HSL | 17.08º | 0.97% | 0.28% | - |
| HSV(B) | 17.08º | 0.99% | 0.55% | - |
| XYZ | 11.45 | 7.08 | 0.82 | - |
| YUV | 65.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 2 | 0 | 0.71 | 0.99 | 0.45 | 17.08 | 0.97 | 0.28 |
| Hex | 8B | 29 | 2 | 0 | 47 | 63 | 2D | 11 | 61 | 1C |
| Octal | 213 | 51 | 2 | 0 | 107 | 143 | 55 | 21 | 141 | 34 |
| Binary | 10001011 | 101001 | 10 | 0 | 1000111 | 1100011 | 101101 | 10001 | 1100001 | 11100 |
Color Harmonies of #8B2902
Complementary color
Monochromatic Colors of #8B2902
Black with #8B2902
Text Example
Text Example
White with #8B2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2902; }
p { color: rgb(139,41,2); }
H1.HeaderClassName
{
color: #8B2902;
}
.AnyTagClassName
{
color: #8B2902;
}
</style>
background-color css
<style>
a { background-color: #8B2902; }
a { background-color: rgb(139,41,2); }
div.DivClassName
{
background-color: #8B2902;
}
.BgClassName
{
background-color: #8B2902;
}
</style>
border-color css
<style>
span { border-color: #8B2902; }
span { border-color: rgb(139,41,2); }
td.TdClassName
{
border-color: #8B2902;
}
.TagClassName
{
border-color: #8B2902;
}
</style>