Shades of Saddle Brown #803104
Tints of Saddle Brown #803104
RGB
CMYK
RGB Variations
Color information
#803104 (or 0x803104) is known color: Saddle Brown. HEX triplet: 80, 31 and 04. RGB value is (128,49,4). Sum of RGB (Red+Green+Blue) = 128+49+4=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #803104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803104 is #7FCEFB. Grayscale: #434343. Windows color (decimal): -8376060 or 274816. OLE color: 274816.
HSL color Cylindrical-coordinate representation of color #803104: hue angle of 21.77º 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 #803104 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 4 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.50 |
| HSL | 21.77º | 0.94% | 0.26% | - |
| HSV(B) | 21.77º | 0.97% | 0.5% | - |
| XYZ | 10.02 | 6.79 | 0.9 | - |
| YUV | 67.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 4 | 0 | 0.62 | 0.97 | 0.50 | 21.77 | 0.94 | 0.26 |
| Hex | 80 | 31 | 4 | 0 | 3E | 61 | 32 | 16 | 5E | 1A |
| Octal | 200 | 61 | 4 | 0 | 76 | 141 | 62 | 26 | 136 | 32 |
| Binary | 10000000 | 110001 | 100 | 0 | 111110 | 1100001 | 110010 | 10110 | 1011110 | 11010 |
Color Harmonies of #803104
Complementary color
Monochromatic Colors of #803104
Black with #803104
Text Example
Text Example
White with #803104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803104; }
p { color: rgb(128,49,4); }
H1.HeaderClassName
{
color: #803104;
}
.AnyTagClassName
{
color: #803104;
}
</style>
background-color css
<style>
a { background-color: #803104; }
a { background-color: rgb(128,49,4); }
div.DivClassName
{
background-color: #803104;
}
.BgClassName
{
background-color: #803104;
}
</style>
border-color css
<style>
span { border-color: #803104; }
span { border-color: rgb(128,49,4); }
td.TdClassName
{
border-color: #803104;
}
.TagClassName
{
border-color: #803104;
}
</style>