Shades of Russet #803F1B
Tints of Russet #803F1B
RGB
CMYK
RGB Variations
Color information
#803F1B (or 0x803F1B) is known color: Russet. HEX triplet: 80, 3F and 1B. RGB value is (128,63,27). Sum of RGB (Red+Green+Blue) = 128+63+27=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #803F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F1B is #7FC0E4. Grayscale: #4E4E4E. Windows color (decimal): -8372453 or 1785728. OLE color: 1785728.
HSL color Cylindrical-coordinate representation of color #803F1B: hue angle of 21.39º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #803F1B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 27 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.50 |
| HSL | 21.39º | 0.65% | 0.3% | - |
| HSV(B) | 21.39º | 0.79% | 0.5% | - |
| XYZ | 10.88 | 8.22 | 2.05 | - |
| YUV | 78.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 27 | 0 | 0.51 | 0.79 | 0.50 | 21.39 | 0.65 | 0.3 |
| Hex | 80 | 3F | 1B | 0 | 33 | 4F | 32 | 15 | 41 | 1E |
| Octal | 200 | 77 | 33 | 0 | 63 | 117 | 62 | 25 | 101 | 36 |
| Binary | 10000000 | 111111 | 11011 | 0 | 110011 | 1001111 | 110010 | 10101 | 1000001 | 11110 |
Color Harmonies of #803F1B
Complementary color
Monochromatic Colors of #803F1B
Black with #803F1B
Text Example
Text Example
White with #803F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F1B; }
p { color: rgb(128,63,27); }
H1.HeaderClassName
{
color: #803F1B;
}
.AnyTagClassName
{
color: #803F1B;
}
</style>
background-color css
<style>
a { background-color: #803F1B; }
a { background-color: rgb(128,63,27); }
div.DivClassName
{
background-color: #803F1B;
}
.BgClassName
{
background-color: #803F1B;
}
</style>
border-color css
<style>
span { border-color: #803F1B; }
span { border-color: rgb(128,63,27); }
td.TdClassName
{
border-color: #803F1B;
}
.TagClassName
{
border-color: #803F1B;
}
</style>