Shades of Saddle Brown #893A01
Tints of Saddle Brown #893A01
RGB
CMYK
RGB Variations
Color information
#893A01 (or 0x893A01) is known color: Saddle Brown. HEX triplet: 89, 3A and 01. RGB value is (137,58,1). Sum of RGB (Red+Green+Blue) = 137+58+1=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #893A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A01 is #76C5FE. Grayscale: #4B4B4B. Windows color (decimal): -7783935 or 80521. OLE color: 80521.
HSL color Cylindrical-coordinate representation of color #893A01: hue angle of 25.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #893A01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.46 |
| HSL | 25.15º | 0.99% | 0.27% | - |
| HSV(B) | 25.15º | 0.99% | 0.54% | - |
| XYZ | 11.84 | 8.35 | 1.02 | - |
| YUV | 75.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 1 | 0 | 0.58 | 0.99 | 0.46 | 25.15 | 0.99 | 0.27 |
| Hex | 89 | 3A | 1 | 0 | 3A | 63 | 2E | 19 | 63 | 1B |
| Octal | 211 | 72 | 1 | 0 | 72 | 143 | 56 | 31 | 143 | 33 |
| Binary | 10001001 | 111010 | 1 | 0 | 111010 | 1100011 | 101110 | 11001 | 1100011 | 11011 |
Color Harmonies of #893A01
Complementary color
Monochromatic Colors of #893A01
Black with #893A01
Text Example
Text Example
White with #893A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A01; }
p { color: rgb(137,58,1); }
H1.HeaderClassName
{
color: #893A01;
}
.AnyTagClassName
{
color: #893A01;
}
</style>
background-color css
<style>
a { background-color: #893A01; }
a { background-color: rgb(137,58,1); }
div.DivClassName
{
background-color: #893A01;
}
.BgClassName
{
background-color: #893A01;
}
</style>
border-color css
<style>
span { border-color: #893A01; }
span { border-color: rgb(137,58,1); }
td.TdClassName
{
border-color: #893A01;
}
.TagClassName
{
border-color: #893A01;
}
</style>