Shades of Saddle Brown #803506
Tints of Saddle Brown #803506
RGB
CMYK
RGB Variations
Color information
#803506 (or 0x803506) is known color: Saddle Brown. HEX triplet: 80, 35 and 06. RGB value is (128,53,6). Sum of RGB (Red+Green+Blue) = 128+53+6=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #803506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803506 is #7FCAF9. Grayscale: #464646. Windows color (decimal): -8375034 or 406912. OLE color: 406912.
HSL color Cylindrical-coordinate representation of color #803506: hue angle of 23.11º 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 #803506 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 6 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.50 |
| HSL | 23.11º | 0.91% | 0.26% | - |
| HSV(B) | 23.11º | 0.95% | 0.5% | - |
| XYZ | 10.21 | 7.15 | 1.01 | - |
| YUV | 70.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 6 | 0 | 0.59 | 0.95 | 0.50 | 23.11 | 0.91 | 0.26 |
| Hex | 80 | 35 | 6 | 0 | 3B | 5F | 32 | 17 | 5B | 1A |
| Octal | 200 | 65 | 6 | 0 | 73 | 137 | 62 | 27 | 133 | 32 |
| Binary | 10000000 | 110101 | 110 | 0 | 111011 | 1011111 | 110010 | 10111 | 1011011 | 11010 |
Color Harmonies of #803506
Complementary color
Monochromatic Colors of #803506
Black with #803506
Text Example
Text Example
White with #803506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803506; }
p { color: rgb(128,53,6); }
H1.HeaderClassName
{
color: #803506;
}
.AnyTagClassName
{
color: #803506;
}
</style>
background-color css
<style>
a { background-color: #803506; }
a { background-color: rgb(128,53,6); }
div.DivClassName
{
background-color: #803506;
}
.BgClassName
{
background-color: #803506;
}
</style>
border-color css
<style>
span { border-color: #803506; }
span { border-color: rgb(128,53,6); }
td.TdClassName
{
border-color: #803506;
}
.TagClassName
{
border-color: #803506;
}
</style>