Shades of Saddle Brown #803500
Tints of Saddle Brown #803500
RGB
CMYK
RGB Variations
Color information
#803500 (or 0x803500) is known color: Saddle Brown. HEX triplet: 80, 35 and 00. RGB value is (128,53,0). Sum of RGB (Red+Green+Blue) = 128+53+0=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #803500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803500 is #7FCAFF. Grayscale: #454545. Windows color (decimal): -8375040 or 13696. OLE color: 13696.
HSL color Cylindrical-coordinate representation of color #803500: hue angle of 24.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #803500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.50 |
| HSL | 24.84º | 1% | 0.25% | - |
| HSV(B) | 24.84º | 1% | 0.5% | - |
| XYZ | 10.18 | 7.14 | 0.84 | - |
| YUV | 69.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 0 | 0 | 0.59 | 1 | 0.50 | 24.84 | 1 | 0.25 |
| Hex | 80 | 35 | 0 | 0 | 3B | 64 | 32 | 19 | 64 | 19 |
| Octal | 200 | 65 | 0 | 0 | 73 | 144 | 62 | 31 | 144 | 31 |
| Binary | 10000000 | 110101 | 0 | 0 | 111011 | 1100100 | 110010 | 11001 | 1100100 | 11001 |
Color Harmonies of #803500
Complementary color
Monochromatic Colors of #803500
Black with #803500
Text Example
Text Example
White with #803500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803500; }
p { color: rgb(128,53,0); }
H1.HeaderClassName
{
color: #803500;
}
.AnyTagClassName
{
color: #803500;
}
</style>
background-color css
<style>
a { background-color: #803500; }
a { background-color: rgb(128,53,0); }
div.DivClassName
{
background-color: #803500;
}
.BgClassName
{
background-color: #803500;
}
</style>
border-color css
<style>
span { border-color: #803500; }
span { border-color: rgb(128,53,0); }
td.TdClassName
{
border-color: #803500;
}
.TagClassName
{
border-color: #803500;
}
</style>