Shades of Saddle Brown #804101
Tints of Saddle Brown #804101
RGB
CMYK
RGB Variations
Color information
#804101 (or 0x804101) is known color: Saddle Brown. HEX triplet: 80, 41 and 01. RGB value is (128,65,1). Sum of RGB (Red+Green+Blue) = 128+65+1=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #804101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804101 is #7FBEFE. Grayscale: #4C4C4C. Windows color (decimal): -8371967 or 82304. OLE color: 82304.
HSL color Cylindrical-coordinate representation of color #804101: hue angle of 30.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #804101 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.50 |
| HSL | 30.24º | 0.98% | 0.25% | - |
| HSV(B) | 30.24º | 0.99% | 0.5% | - |
| XYZ | 10.8 | 8.37 | 1.08 | - |
| YUV | 76.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 1 | 0 | 0.49 | 0.99 | 0.50 | 30.24 | 0.98 | 0.25 |
| Hex | 80 | 41 | 1 | 0 | 31 | 63 | 32 | 1E | 62 | 19 |
| Octal | 200 | 101 | 1 | 0 | 61 | 143 | 62 | 36 | 142 | 31 |
| Binary | 10000000 | 1000001 | 1 | 0 | 110001 | 1100011 | 110010 | 11110 | 1100010 | 11001 |
Color Harmonies of #804101
Complementary color
Monochromatic Colors of #804101
Black with #804101
Text Example
Text Example
White with #804101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804101; }
p { color: rgb(128,65,1); }
H1.HeaderClassName
{
color: #804101;
}
.AnyTagClassName
{
color: #804101;
}
</style>
background-color css
<style>
a { background-color: #804101; }
a { background-color: rgb(128,65,1); }
div.DivClassName
{
background-color: #804101;
}
.BgClassName
{
background-color: #804101;
}
</style>
border-color css
<style>
span { border-color: #804101; }
span { border-color: rgb(128,65,1); }
td.TdClassName
{
border-color: #804101;
}
.TagClassName
{
border-color: #804101;
}
</style>