Shades of Russet #7D481B
Tints of Russet #7D481B
RGB
CMYK
RGB Variations
Color information
#7D481B (or 0x7D481B) is known color: Russet. HEX triplet: 7D, 48 and 1B. RGB value is (125,72,27). Sum of RGB (Red+Green+Blue) = 125+72+27=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D481B is #82B7E4. Grayscale: #525252. Windows color (decimal): -8566757 or 1788029. OLE color: 1788029.
HSL color Cylindrical-coordinate representation of color #7D481B: hue angle of 27.55º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D481B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 27 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.51 |
| HSL | 27.55º | 0.64% | 0.3% | - |
| HSV(B) | 27.55º | 0.78% | 0.49% | - |
| XYZ | 10.97 | 9.07 | 2.21 | - |
| YUV | 82.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 27 | 0 | 0.42 | 0.78 | 0.51 | 27.55 | 0.64 | 0.3 |
| Hex | 7D | 48 | 1B | 0 | 2A | 4E | 33 | 1C | 40 | 1E |
| Octal | 175 | 110 | 33 | 0 | 52 | 116 | 63 | 34 | 100 | 36 |
| Binary | 1111101 | 1001000 | 11011 | 0 | 101010 | 1001110 | 110011 | 11100 | 1000000 | 11110 |
Color Harmonies of #7D481B
Complementary color
Monochromatic Colors of #7D481B
Black with #7D481B
Text Example
Text Example
White with #7D481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D481B; }
p { color: rgb(125,72,27); }
H1.HeaderClassName
{
color: #7D481B;
}
.AnyTagClassName
{
color: #7D481B;
}
</style>
background-color css
<style>
a { background-color: #7D481B; }
a { background-color: rgb(125,72,27); }
div.DivClassName
{
background-color: #7D481B;
}
.BgClassName
{
background-color: #7D481B;
}
</style>
border-color css
<style>
span { border-color: #7D481B; }
span { border-color: rgb(125,72,27); }
td.TdClassName
{
border-color: #7D481B;
}
.TagClassName
{
border-color: #7D481B;
}
</style>