Shades of Saddle Brown #89300B
Tints of Saddle Brown #89300B
RGB
CMYK
RGB Variations
Color information
#89300B (or 0x89300B) is known color: Saddle Brown. HEX triplet: 89, 30 and 0B. RGB value is (137,48,11). Sum of RGB (Red+Green+Blue) = 137+48+11=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #89300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89300B is #76CFF4. Grayscale: #464646. Windows color (decimal): -7786485 or 733321. OLE color: 733321.
HSL color Cylindrical-coordinate representation of color #89300B: hue angle of 17.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89300B is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 11 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.46 |
| HSL | 17.62º | 0.85% | 0.29% | - |
| HSV(B) | 17.62º | 0.92% | 0.54% | - |
| XYZ | 11.43 | 7.46 | 1.15 | - |
| YUV | 70.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 11 | 0 | 0.65 | 0.92 | 0.46 | 17.62 | 0.85 | 0.29 |
| Hex | 89 | 30 | B | 0 | 41 | 5C | 2E | 12 | 55 | 1D |
| Octal | 211 | 60 | 13 | 0 | 101 | 134 | 56 | 22 | 125 | 35 |
| Binary | 10001001 | 110000 | 1011 | 0 | 1000001 | 1011100 | 101110 | 10010 | 1010101 | 11101 |
Color Harmonies of #89300B
Complementary color
Monochromatic Colors of #89300B
Black with #89300B
Text Example
Text Example
White with #89300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89300B; }
p { color: rgb(137,48,11); }
H1.HeaderClassName
{
color: #89300B;
}
.AnyTagClassName
{
color: #89300B;
}
</style>
background-color css
<style>
a { background-color: #89300B; }
a { background-color: rgb(137,48,11); }
div.DivClassName
{
background-color: #89300B;
}
.BgClassName
{
background-color: #89300B;
}
</style>
border-color css
<style>
span { border-color: #89300B; }
span { border-color: rgb(137,48,11); }
td.TdClassName
{
border-color: #89300B;
}
.TagClassName
{
border-color: #89300B;
}
</style>