Shades of Saddle Brown #803106
Tints of Saddle Brown #803106
RGB
CMYK
RGB Variations
Color information
#803106 (or 0x803106) is known color: Saddle Brown. HEX triplet: 80, 31 and 06. RGB value is (128,49,6). Sum of RGB (Red+Green+Blue) = 128+49+6=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803106 is #7FCEF9. Grayscale: #434343. Windows color (decimal): -8376058 or 405888. OLE color: 405888.
HSL color Cylindrical-coordinate representation of color #803106: hue angle of 21.15º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #803106 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 6 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.50 |
| HSL | 21.15º | 0.91% | 0.26% | - |
| HSV(B) | 21.15º | 0.95% | 0.5% | - |
| XYZ | 10.03 | 6.8 | 0.96 | - |
| YUV | 67.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 6 | 0 | 0.62 | 0.95 | 0.50 | 21.15 | 0.91 | 0.26 |
| Hex | 80 | 31 | 6 | 0 | 3E | 5F | 32 | 15 | 5B | 1A |
| Octal | 200 | 61 | 6 | 0 | 76 | 137 | 62 | 25 | 133 | 32 |
| Binary | 10000000 | 110001 | 110 | 0 | 111110 | 1011111 | 110010 | 10101 | 1011011 | 11010 |
Color Harmonies of #803106
Complementary color
Monochromatic Colors of #803106
Black with #803106
Text Example
Text Example
White with #803106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803106; }
p { color: rgb(128,49,6); }
H1.HeaderClassName
{
color: #803106;
}
.AnyTagClassName
{
color: #803106;
}
</style>
background-color css
<style>
a { background-color: #803106; }
a { background-color: rgb(128,49,6); }
div.DivClassName
{
background-color: #803106;
}
.BgClassName
{
background-color: #803106;
}
</style>
border-color css
<style>
span { border-color: #803106; }
span { border-color: rgb(128,49,6); }
td.TdClassName
{
border-color: #803106;
}
.TagClassName
{
border-color: #803106;
}
</style>