Shades of Saddle Brown #893200
Tints of Saddle Brown #893200
RGB
CMYK
RGB Variations
Color information
#893200 (or 0x893200) is known color: Saddle Brown. HEX triplet: 89, 32 and 00. RGB value is (137,50,0). Sum of RGB (Red+Green+Blue) = 137+50+0=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #893200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893200 is #76CDFF. Grayscale: #464646. Windows color (decimal): -7785984 or 12937. OLE color: 12937.
HSL color Cylindrical-coordinate representation of color #893200: hue angle of 21.9º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #893200 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.46 |
| HSL | 21.9º | 1% | 0.27% | - |
| HSV(B) | 21.9º | 1% | 0.54% | - |
| XYZ | 11.46 | 7.6 | 0.86 | - |
| YUV | 70.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 0 | 0 | 0.64 | 1 | 0.46 | 21.9 | 1 | 0.27 |
| Hex | 89 | 32 | 0 | 0 | 40 | 64 | 2E | 16 | 64 | 1B |
| Octal | 211 | 62 | 0 | 0 | 100 | 144 | 56 | 26 | 144 | 33 |
| Binary | 10001001 | 110010 | 0 | 0 | 1000000 | 1100100 | 101110 | 10110 | 1100100 | 11011 |
Color Harmonies of #893200
Complementary color
Monochromatic Colors of #893200
Black with #893200
Text Example
Text Example
White with #893200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893200; }
p { color: rgb(137,50,0); }
H1.HeaderClassName
{
color: #893200;
}
.AnyTagClassName
{
color: #893200;
}
</style>
background-color css
<style>
a { background-color: #893200; }
a { background-color: rgb(137,50,0); }
div.DivClassName
{
background-color: #893200;
}
.BgClassName
{
background-color: #893200;
}
</style>
border-color css
<style>
span { border-color: #893200; }
span { border-color: rgb(137,50,0); }
td.TdClassName
{
border-color: #893200;
}
.TagClassName
{
border-color: #893200;
}
</style>