Shades of Saddle Brown #802800
Tints of Saddle Brown #802800
RGB
CMYK
RGB Variations
Color information
#802800 (or 0x802800) is known color: Saddle Brown. HEX triplet: 80, 28 and 00. RGB value is (128,40,0). Sum of RGB (Red+Green+Blue) = 128+40+0=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #802800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802800 is #7FD7FF. Grayscale: #3E3E3E. Windows color (decimal): -8378368 or 10368. OLE color: 10368.
HSL color Cylindrical-coordinate representation of color #802800: hue angle of 18.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #802800 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.50 |
| HSL | 18.75º | 1% | 0.25% | - |
| HSV(B) | 18.75º | 1% | 0.5% | - |
| XYZ | 9.66 | 6.11 | 0.67 | - |
| YUV | 61.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 0 | 0 | 0.69 | 1 | 0.50 | 18.75 | 1 | 0.25 |
| Hex | 80 | 28 | 0 | 0 | 45 | 64 | 32 | 13 | 64 | 19 |
| Octal | 200 | 50 | 0 | 0 | 105 | 144 | 62 | 23 | 144 | 31 |
| Binary | 10000000 | 101000 | 0 | 0 | 1000101 | 1100100 | 110010 | 10011 | 1100100 | 11001 |
Color Harmonies of #802800
Complementary color
Monochromatic Colors of #802800
Black with #802800
Text Example
Text Example
White with #802800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802800; }
p { color: rgb(128,40,0); }
H1.HeaderClassName
{
color: #802800;
}
.AnyTagClassName
{
color: #802800;
}
</style>
background-color css
<style>
a { background-color: #802800; }
a { background-color: rgb(128,40,0); }
div.DivClassName
{
background-color: #802800;
}
.BgClassName
{
background-color: #802800;
}
</style>
border-color css
<style>
span { border-color: #802800; }
span { border-color: rgb(128,40,0); }
td.TdClassName
{
border-color: #802800;
}
.TagClassName
{
border-color: #802800;
}
</style>