Shades of Russet #7F481D
Tints of Russet #7F481D
RGB
CMYK
RGB Variations
Color information
#7F481D (or 0x7F481D) is known color: Russet. HEX triplet: 7F, 48 and 1D. RGB value is (127,72,29). Sum of RGB (Red+Green+Blue) = 127+72+29=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F481D is #80B7E2. Grayscale: #535353. Windows color (decimal): -8435683 or 1919103. OLE color: 1919103.
HSL color Cylindrical-coordinate representation of color #7F481D: hue angle of 26.33º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F481D is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 29 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.50 |
| HSL | 26.33º | 0.63% | 0.31% | - |
| HSV(B) | 26.33º | 0.77% | 0.5% | - |
| XYZ | 11.29 | 9.24 | 2.35 | - |
| YUV | 83.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 29 | 0 | 0.43 | 0.77 | 0.50 | 26.33 | 0.63 | 0.31 |
| Hex | 7F | 48 | 1D | 0 | 2B | 4D | 32 | 1A | 3F | 1F |
| Octal | 177 | 110 | 35 | 0 | 53 | 115 | 62 | 32 | 77 | 37 |
| Binary | 1111111 | 1001000 | 11101 | 0 | 101011 | 1001101 | 110010 | 11010 | 111111 | 11111 |
Color Harmonies of #7F481D
Complementary color
Monochromatic Colors of #7F481D
Black with #7F481D
Text Example
Text Example
White with #7F481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F481D; }
p { color: rgb(127,72,29); }
H1.HeaderClassName
{
color: #7F481D;
}
.AnyTagClassName
{
color: #7F481D;
}
</style>
background-color css
<style>
a { background-color: #7F481D; }
a { background-color: rgb(127,72,29); }
div.DivClassName
{
background-color: #7F481D;
}
.BgClassName
{
background-color: #7F481D;
}
</style>
border-color css
<style>
span { border-color: #7F481D; }
span { border-color: rgb(127,72,29); }
td.TdClassName
{
border-color: #7F481D;
}
.TagClassName
{
border-color: #7F481D;
}
</style>