Shades of Saddle Brown #893502
Tints of Saddle Brown #893502
RGB
CMYK
RGB Variations
Color information
#893502 (or 0x893502) is known color: Saddle Brown. HEX triplet: 89, 35 and 02. RGB value is (137,53,2). Sum of RGB (Red+Green+Blue) = 137+53+2=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #893502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893502 is #76CAFD. Grayscale: #484848. Windows color (decimal): -7785214 or 144777. OLE color: 144777.
HSL color Cylindrical-coordinate representation of color #893502: hue angle of 22.67º degrees, saturation: 0.97, 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 #893502 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.46 |
| HSL | 22.67º | 0.97% | 0.27% | - |
| HSV(B) | 22.67º | 0.99% | 0.54% | - |
| XYZ | 11.6 | 7.87 | 0.96 | - |
| YUV | 72.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 2 | 0 | 0.61 | 0.99 | 0.46 | 22.67 | 0.97 | 0.27 |
| Hex | 89 | 35 | 2 | 0 | 3D | 63 | 2E | 17 | 61 | 1B |
| Octal | 211 | 65 | 2 | 0 | 75 | 143 | 56 | 27 | 141 | 33 |
| Binary | 10001001 | 110101 | 10 | 0 | 111101 | 1100011 | 101110 | 10111 | 1100001 | 11011 |
Color Harmonies of #893502
Complementary color
Monochromatic Colors of #893502
Black with #893502
Text Example
Text Example
White with #893502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893502; }
p { color: rgb(137,53,2); }
H1.HeaderClassName
{
color: #893502;
}
.AnyTagClassName
{
color: #893502;
}
</style>
background-color css
<style>
a { background-color: #893502; }
a { background-color: rgb(137,53,2); }
div.DivClassName
{
background-color: #893502;
}
.BgClassName
{
background-color: #893502;
}
</style>
border-color css
<style>
span { border-color: #893502; }
span { border-color: rgb(137,53,2); }
td.TdClassName
{
border-color: #893502;
}
.TagClassName
{
border-color: #893502;
}
</style>