Shades of Saddle Brown #802D04
Tints of Saddle Brown #802D04
RGB
CMYK
RGB Variations
Color information
#802D04 (or 0x802D04) is known color: Saddle Brown. HEX triplet: 80, 2D and 04. RGB value is (128,45,4). Sum of RGB (Red+Green+Blue) = 128+45+4=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D04 is #7FD2FB. Grayscale: #414141. Windows color (decimal): -8377084 or 273792. OLE color: 273792.
HSL color Cylindrical-coordinate representation of color #802D04: hue angle of 19.84º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #802D04 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 4 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.50 |
| HSL | 19.84º | 0.94% | 0.26% | - |
| HSV(B) | 19.84º | 0.97% | 0.5% | - |
| XYZ | 9.86 | 6.47 | 0.84 | - |
| YUV | 65.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 4 | 0 | 0.65 | 0.97 | 0.50 | 19.84 | 0.94 | 0.26 |
| Hex | 80 | 2D | 4 | 0 | 41 | 61 | 32 | 14 | 5E | 1A |
| Octal | 200 | 55 | 4 | 0 | 101 | 141 | 62 | 24 | 136 | 32 |
| Binary | 10000000 | 101101 | 100 | 0 | 1000001 | 1100001 | 110010 | 10100 | 1011110 | 11010 |
Color Harmonies of #802D04
Complementary color
Monochromatic Colors of #802D04
Black with #802D04
Text Example
Text Example
White with #802D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D04; }
p { color: rgb(128,45,4); }
H1.HeaderClassName
{
color: #802D04;
}
.AnyTagClassName
{
color: #802D04;
}
</style>
background-color css
<style>
a { background-color: #802D04; }
a { background-color: rgb(128,45,4); }
div.DivClassName
{
background-color: #802D04;
}
.BgClassName
{
background-color: #802D04;
}
</style>
border-color css
<style>
span { border-color: #802D04; }
span { border-color: rgb(128,45,4); }
td.TdClassName
{
border-color: #802D04;
}
.TagClassName
{
border-color: #802D04;
}
</style>