Shades of Saddle Brown #803C0B
Tints of Saddle Brown #803C0B
RGB
CMYK
RGB Variations
Color information
#803C0B (or 0x803C0B) is known color: Saddle Brown. HEX triplet: 80, 3C and 0B. RGB value is (128,60,11). Sum of RGB (Red+Green+Blue) = 128+60+11=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #803C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C0B is #7FC3F4. Grayscale: #4B4B4B. Windows color (decimal): -8373237 or 736384. OLE color: 736384.
HSL color Cylindrical-coordinate representation of color #803C0B: hue angle of 25.13º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #803C0B is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 11 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.50 |
| HSL | 25.13º | 0.84% | 0.27% | - |
| HSV(B) | 25.13º | 0.91% | 0.5% | - |
| XYZ | 10.58 | 7.85 | 1.27 | - |
| YUV | 74.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 11 | 0 | 0.53 | 0.91 | 0.50 | 25.13 | 0.84 | 0.27 |
| Hex | 80 | 3C | B | 0 | 35 | 5B | 32 | 19 | 54 | 1B |
| Octal | 200 | 74 | 13 | 0 | 65 | 133 | 62 | 31 | 124 | 33 |
| Binary | 10000000 | 111100 | 1011 | 0 | 110101 | 1011011 | 110010 | 11001 | 1010100 | 11011 |
Color Harmonies of #803C0B
Complementary color
Monochromatic Colors of #803C0B
Black with #803C0B
Text Example
Text Example
White with #803C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C0B; }
p { color: rgb(128,60,11); }
H1.HeaderClassName
{
color: #803C0B;
}
.AnyTagClassName
{
color: #803C0B;
}
</style>
background-color css
<style>
a { background-color: #803C0B; }
a { background-color: rgb(128,60,11); }
div.DivClassName
{
background-color: #803C0B;
}
.BgClassName
{
background-color: #803C0B;
}
</style>
border-color css
<style>
span { border-color: #803C0B; }
span { border-color: rgb(128,60,11); }
td.TdClassName
{
border-color: #803C0B;
}
.TagClassName
{
border-color: #803C0B;
}
</style>