Shades of Russet #804B1B
Tints of Russet #804B1B
RGB
CMYK
RGB Variations
Color information
#804B1B (or 0x804B1B) is known color: Russet. HEX triplet: 80, 4B and 1B. RGB value is (128,75,27). Sum of RGB (Red+Green+Blue) = 128+75+27=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #804B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B1B is #7FB4E4. Grayscale: #555555. Windows color (decimal): -8369381 or 1788800. OLE color: 1788800.
HSL color Cylindrical-coordinate representation of color #804B1B: hue angle of 28.51º 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 #804B1B is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 27 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.50 |
| HSL | 28.51º | 0.65% | 0.3% | - |
| HSV(B) | 28.51º | 0.79% | 0.5% | - |
| XYZ | 11.62 | 9.7 | 2.3 | - |
| YUV | 85.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 27 | 0 | 0.41 | 0.79 | 0.50 | 28.51 | 0.65 | 0.3 |
| Hex | 80 | 4B | 1B | 0 | 29 | 4F | 32 | 1D | 41 | 1E |
| Octal | 200 | 113 | 33 | 0 | 51 | 117 | 62 | 35 | 101 | 36 |
| Binary | 10000000 | 1001011 | 11011 | 0 | 101001 | 1001111 | 110010 | 11101 | 1000001 | 11110 |
Color Harmonies of #804B1B
Complementary color
Monochromatic Colors of #804B1B
Black with #804B1B
Text Example
Text Example
White with #804B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B1B; }
p { color: rgb(128,75,27); }
H1.HeaderClassName
{
color: #804B1B;
}
.AnyTagClassName
{
color: #804B1B;
}
</style>
background-color css
<style>
a { background-color: #804B1B; }
a { background-color: rgb(128,75,27); }
div.DivClassName
{
background-color: #804B1B;
}
.BgClassName
{
background-color: #804B1B;
}
</style>
border-color css
<style>
span { border-color: #804B1B; }
span { border-color: rgb(128,75,27); }
td.TdClassName
{
border-color: #804B1B;
}
.TagClassName
{
border-color: #804B1B;
}
</style>