Shades of Russet #854B1D
Tints of Russet #854B1D
RGB
CMYK
RGB Variations
Color information
#854B1D (or 0x854B1D) is known color: Russet. HEX triplet: 85, 4B and 1D. RGB value is (133,75,29). Sum of RGB (Red+Green+Blue) = 133+75+29=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #854B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B1D is #7AB4E2. Grayscale: #575757. Windows color (decimal): -8041699 or 1919877. OLE color: 1919877.
HSL color Cylindrical-coordinate representation of color #854B1D: hue angle of 26.54º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #854B1D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 29 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.48 |
| HSL | 26.54º | 0.64% | 0.32% | - |
| HSV(B) | 26.54º | 0.78% | 0.52% | - |
| XYZ | 12.41 | 10.11 | 2.46 | - |
| YUV | 87.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 29 | 0 | 0.44 | 0.78 | 0.48 | 26.54 | 0.64 | 0.32 |
| Hex | 85 | 4B | 1D | 0 | 2C | 4E | 30 | 1B | 40 | 20 |
| Octal | 205 | 113 | 35 | 0 | 54 | 116 | 60 | 33 | 100 | 40 |
| Binary | 10000101 | 1001011 | 11101 | 0 | 101100 | 1001110 | 110000 | 11011 | 1000000 | 100000 |
Color Harmonies of #854B1D
Complementary color
Monochromatic Colors of #854B1D
Black with #854B1D
Text Example
Text Example
White with #854B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B1D; }
p { color: rgb(133,75,29); }
H1.HeaderClassName
{
color: #854B1D;
}
.AnyTagClassName
{
color: #854B1D;
}
</style>
background-color css
<style>
a { background-color: #854B1D; }
a { background-color: rgb(133,75,29); }
div.DivClassName
{
background-color: #854B1D;
}
.BgClassName
{
background-color: #854B1D;
}
</style>
border-color css
<style>
span { border-color: #854B1D; }
span { border-color: rgb(133,75,29); }
td.TdClassName
{
border-color: #854B1D;
}
.TagClassName
{
border-color: #854B1D;
}
</style>