Shades of Saddle Brown #893B02
Tints of Saddle Brown #893B02
RGB
CMYK
RGB Variations
Color information
#893B02 (or 0x893B02) is known color: Saddle Brown. HEX triplet: 89, 3B and 02. RGB value is (137,59,2). Sum of RGB (Red+Green+Blue) = 137+59+2=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #893B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893B02 is #76C4FD. Grayscale: #4C4C4C. Windows color (decimal): -7783678 or 146313. OLE color: 146313.
HSL color Cylindrical-coordinate representation of color #893B02: hue angle of 25.33º 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 #893B02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.46 |
| HSL | 25.33º | 0.97% | 0.27% | - |
| HSV(B) | 25.33º | 0.99% | 0.54% | - |
| XYZ | 11.89 | 8.45 | 1.06 | - |
| YUV | 75.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 2 | 0 | 0.57 | 0.99 | 0.46 | 25.33 | 0.97 | 0.27 |
| Hex | 89 | 3B | 2 | 0 | 39 | 63 | 2E | 19 | 61 | 1B |
| Octal | 211 | 73 | 2 | 0 | 71 | 143 | 56 | 31 | 141 | 33 |
| Binary | 10001001 | 111011 | 10 | 0 | 111001 | 1100011 | 101110 | 11001 | 1100001 | 11011 |
Color Harmonies of #893B02
Complementary color
Monochromatic Colors of #893B02
Black with #893B02
Text Example
Text Example
White with #893B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B02; }
p { color: rgb(137,59,2); }
H1.HeaderClassName
{
color: #893B02;
}
.AnyTagClassName
{
color: #893B02;
}
</style>
background-color css
<style>
a { background-color: #893B02; }
a { background-color: rgb(137,59,2); }
div.DivClassName
{
background-color: #893B02;
}
.BgClassName
{
background-color: #893B02;
}
</style>
border-color css
<style>
span { border-color: #893B02; }
span { border-color: rgb(137,59,2); }
td.TdClassName
{
border-color: #893B02;
}
.TagClassName
{
border-color: #893B02;
}
</style>