Shades of Russet #7D431A
Tints of Russet #7D431A
RGB
CMYK
RGB Variations
Color information
#7D431A (or 0x7D431A) is known color: Russet. HEX triplet: 7D, 43 and 1A. RGB value is (125,67,26). Sum of RGB (Red+Green+Blue) = 125+67+26=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D431A is #82BCE5. Grayscale: #4F4F4F. Windows color (decimal): -8568038 or 1721213. OLE color: 1721213.
HSL color Cylindrical-coordinate representation of color #7D431A: hue angle of 24.85º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D431A is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 26 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.51 |
| HSL | 24.85º | 0.66% | 0.3% | - |
| HSV(B) | 24.85º | 0.79% | 0.49% | - |
| XYZ | 10.65 | 8.45 | 2.05 | - |
| YUV | 79.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 26 | 0 | 0.46 | 0.79 | 0.51 | 24.85 | 0.66 | 0.3 |
| Hex | 7D | 43 | 1A | 0 | 2E | 4F | 33 | 19 | 42 | 1E |
| Octal | 175 | 103 | 32 | 0 | 56 | 117 | 63 | 31 | 102 | 36 |
| Binary | 1111101 | 1000011 | 11010 | 0 | 101110 | 1001111 | 110011 | 11001 | 1000010 | 11110 |
Color Harmonies of #7D431A
Complementary color
Monochromatic Colors of #7D431A
Black with #7D431A
Text Example
Text Example
White with #7D431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D431A; }
p { color: rgb(125,67,26); }
H1.HeaderClassName
{
color: #7D431A;
}
.AnyTagClassName
{
color: #7D431A;
}
</style>
background-color css
<style>
a { background-color: #7D431A; }
a { background-color: rgb(125,67,26); }
div.DivClassName
{
background-color: #7D431A;
}
.BgClassName
{
background-color: #7D431A;
}
</style>
border-color css
<style>
span { border-color: #7D431A; }
span { border-color: rgb(125,67,26); }
td.TdClassName
{
border-color: #7D431A;
}
.TagClassName
{
border-color: #7D431A;
}
</style>