Shades of Saddle Brown #802803
Tints of Saddle Brown #802803
RGB
CMYK
RGB Variations
Color information
#802803 (or 0x802803) is known color: Saddle Brown. HEX triplet: 80, 28 and 03. RGB value is (128,40,3). Sum of RGB (Red+Green+Blue) = 128+40+3=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #802803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802803 is #7FD7FC. Grayscale: #3E3E3E. Windows color (decimal): -8378365 or 206976. OLE color: 206976.
HSL color Cylindrical-coordinate representation of color #802803: hue angle of 17.76º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802803 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.50 |
| HSL | 17.76º | 0.95% | 0.26% | - |
| HSV(B) | 17.76º | 0.98% | 0.5% | - |
| XYZ | 9.68 | 6.11 | 0.76 | - |
| YUV | 62.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 3 | 0 | 0.69 | 0.98 | 0.50 | 17.76 | 0.95 | 0.26 |
| Hex | 80 | 28 | 3 | 0 | 45 | 62 | 32 | 12 | 5F | 1A |
| Octal | 200 | 50 | 3 | 0 | 105 | 142 | 62 | 22 | 137 | 32 |
| Binary | 10000000 | 101000 | 11 | 0 | 1000101 | 1100010 | 110010 | 10010 | 1011111 | 11010 |
Color Harmonies of #802803
Complementary color
Monochromatic Colors of #802803
Black with #802803
Text Example
Text Example
White with #802803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802803; }
p { color: rgb(128,40,3); }
H1.HeaderClassName
{
color: #802803;
}
.AnyTagClassName
{
color: #802803;
}
</style>
background-color css
<style>
a { background-color: #802803; }
a { background-color: rgb(128,40,3); }
div.DivClassName
{
background-color: #802803;
}
.BgClassName
{
background-color: #802803;
}
</style>
border-color css
<style>
span { border-color: #802803; }
span { border-color: rgb(128,40,3); }
td.TdClassName
{
border-color: #802803;
}
.TagClassName
{
border-color: #802803;
}
</style>