Shades of Saddle Brown #893A19
Tints of Saddle Brown #893A19
RGB
CMYK
RGB Variations
Color information
#893A19 (or 0x893A19) is known color: Saddle Brown. HEX triplet: 89, 3A and 19. RGB value is (137,58,25). Sum of RGB (Red+Green+Blue) = 137+58+25=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #893A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A19 is #76C5E6. Grayscale: #4E4E4E. Windows color (decimal): -7783911 or 1653385. OLE color: 1653385.
HSL color Cylindrical-coordinate representation of color #893A19: hue angle of 17.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #893A19 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 25 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.46 |
| HSL | 17.68º | 0.69% | 0.32% | - |
| HSV(B) | 17.68º | 0.82% | 0.54% | - |
| XYZ | 12.01 | 8.41 | 1.91 | - |
| YUV | 77.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 25 | 0 | 0.58 | 0.82 | 0.46 | 17.68 | 0.69 | 0.32 |
| Hex | 89 | 3A | 19 | 0 | 3A | 52 | 2E | 12 | 45 | 20 |
| Octal | 211 | 72 | 31 | 0 | 72 | 122 | 56 | 22 | 105 | 40 |
| Binary | 10001001 | 111010 | 11001 | 0 | 111010 | 1010010 | 101110 | 10010 | 1000101 | 100000 |
Color Harmonies of #893A19
Complementary color
Monochromatic Colors of #893A19
Black with #893A19
Text Example
Text Example
White with #893A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A19; }
p { color: rgb(137,58,25); }
H1.HeaderClassName
{
color: #893A19;
}
.AnyTagClassName
{
color: #893A19;
}
</style>
background-color css
<style>
a { background-color: #893A19; }
a { background-color: rgb(137,58,25); }
div.DivClassName
{
background-color: #893A19;
}
.BgClassName
{
background-color: #893A19;
}
</style>
border-color css
<style>
span { border-color: #893A19; }
span { border-color: rgb(137,58,25); }
td.TdClassName
{
border-color: #893A19;
}
.TagClassName
{
border-color: #893A19;
}
</style>