Shades of Saddle Brown #89481B
Tints of Saddle Brown #89481B
RGB
CMYK
RGB Variations
Color information
#89481B (or 0x89481B) is known color: Saddle Brown. HEX triplet: 89, 48 and 1B. RGB value is (137,72,27). Sum of RGB (Red+Green+Blue) = 137+72+27=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89481B is #76B7E4. Grayscale: #565656. Windows color (decimal): -7780325 or 1788041. OLE color: 1788041.
HSL color Cylindrical-coordinate representation of color #89481B: hue angle of 24.55º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89481B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 27 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.46 |
| HSL | 24.55º | 0.67% | 0.32% | - |
| HSV(B) | 24.55º | 0.8% | 0.54% | - |
| XYZ | 12.83 | 10.03 | 2.3 | - |
| YUV | 86.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 27 | 0 | 0.47 | 0.80 | 0.46 | 24.55 | 0.67 | 0.32 |
| Hex | 89 | 48 | 1B | 0 | 2F | 50 | 2E | 19 | 43 | 20 |
| Octal | 211 | 110 | 33 | 0 | 57 | 120 | 56 | 31 | 103 | 40 |
| Binary | 10001001 | 1001000 | 11011 | 0 | 101111 | 1010000 | 101110 | 11001 | 1000011 | 100000 |
Color Harmonies of #89481B
Complementary color
Monochromatic Colors of #89481B
Black with #89481B
Text Example
Text Example
White with #89481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89481B; }
p { color: rgb(137,72,27); }
H1.HeaderClassName
{
color: #89481B;
}
.AnyTagClassName
{
color: #89481B;
}
</style>
background-color css
<style>
a { background-color: #89481B; }
a { background-color: rgb(137,72,27); }
div.DivClassName
{
background-color: #89481B;
}
.BgClassName
{
background-color: #89481B;
}
</style>
border-color css
<style>
span { border-color: #89481B; }
span { border-color: rgb(137,72,27); }
td.TdClassName
{
border-color: #89481B;
}
.TagClassName
{
border-color: #89481B;
}
</style>