Shades of Saddle Brown #803400
Tints of Saddle Brown #803400
RGB
CMYK
RGB Variations
Color information
#803400 (or 0x803400) is known color: Saddle Brown. HEX triplet: 80, 34 and 00. RGB value is (128,52,0). Sum of RGB (Red+Green+Blue) = 128+52+0=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #803400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803400 is #7FCBFF. Grayscale: #454545. Windows color (decimal): -8375296 or 13440. OLE color: 13440.
HSL color Cylindrical-coordinate representation of color #803400: hue angle of 24.38º 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 #803400 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.50 |
| HSL | 24.38º | 1% | 0.25% | - |
| HSV(B) | 24.38º | 1% | 0.5% | - |
| XYZ | 10.13 | 7.05 | 0.83 | - |
| YUV | 68.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 0 | 0 | 0.59 | 1 | 0.50 | 24.38 | 1 | 0.25 |
| Hex | 80 | 34 | 0 | 0 | 3B | 64 | 32 | 18 | 64 | 19 |
| Octal | 200 | 64 | 0 | 0 | 73 | 144 | 62 | 30 | 144 | 31 |
| Binary | 10000000 | 110100 | 0 | 0 | 111011 | 1100100 | 110010 | 11000 | 1100100 | 11001 |
Color Harmonies of #803400
Complementary color
Monochromatic Colors of #803400
Black with #803400
Text Example
Text Example
White with #803400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803400; }
p { color: rgb(128,52,0); }
H1.HeaderClassName
{
color: #803400;
}
.AnyTagClassName
{
color: #803400;
}
</style>
background-color css
<style>
a { background-color: #803400; }
a { background-color: rgb(128,52,0); }
div.DivClassName
{
background-color: #803400;
}
.BgClassName
{
background-color: #803400;
}
</style>
border-color css
<style>
span { border-color: #803400; }
span { border-color: rgb(128,52,0); }
td.TdClassName
{
border-color: #803400;
}
.TagClassName
{
border-color: #803400;
}
</style>