Shades of Saddle Brown #802802
Tints of Saddle Brown #802802
RGB
CMYK
RGB Variations
Color information
#802802 (or 0x802802) is known color: Saddle Brown. HEX triplet: 80, 28 and 02. RGB value is (128,40,2). Sum of RGB (Red+Green+Blue) = 128+40+2=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #802802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802802 is #7FD7FD. Grayscale: #3E3E3E. Windows color (decimal): -8378366 or 141440. OLE color: 141440.
HSL color Cylindrical-coordinate representation of color #802802: hue angle of 18.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802802 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 2 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.50 |
| HSL | 18.1º | 0.97% | 0.25% | - |
| HSV(B) | 18.1º | 0.98% | 0.5% | - |
| XYZ | 9.67 | 6.11 | 0.73 | - |
| YUV | 61.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 2 | 0 | 0.69 | 0.98 | 0.50 | 18.1 | 0.97 | 0.25 |
| Hex | 80 | 28 | 2 | 0 | 45 | 62 | 32 | 12 | 61 | 19 |
| Octal | 200 | 50 | 2 | 0 | 105 | 142 | 62 | 22 | 141 | 31 |
| Binary | 10000000 | 101000 | 10 | 0 | 1000101 | 1100010 | 110010 | 10010 | 1100001 | 11001 |
Color Harmonies of #802802
Complementary color
Monochromatic Colors of #802802
Black with #802802
Text Example
Text Example
White with #802802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802802; }
p { color: rgb(128,40,2); }
H1.HeaderClassName
{
color: #802802;
}
.AnyTagClassName
{
color: #802802;
}
</style>
background-color css
<style>
a { background-color: #802802; }
a { background-color: rgb(128,40,2); }
div.DivClassName
{
background-color: #802802;
}
.BgClassName
{
background-color: #802802;
}
</style>
border-color css
<style>
span { border-color: #802802; }
span { border-color: rgb(128,40,2); }
td.TdClassName
{
border-color: #802802;
}
.TagClassName
{
border-color: #802802;
}
</style>