Shades of Russet #7E430F
Tints of Russet #7E430F
RGB
CMYK
RGB Variations
Color information
#7E430F (or 0x7E430F) is known color: Russet. HEX triplet: 7E, 43 and 0F. RGB value is (126,67,15). Sum of RGB (Red+Green+Blue) = 126+67+15=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E430F is #81BCF0. Grayscale: #4E4E4E. Windows color (decimal): -8502513 or 1000318. OLE color: 1000318.
HSL color Cylindrical-coordinate representation of color #7E430F: hue angle of 28.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E430F is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 15 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.51 |
| HSL | 28.11º | 0.79% | 0.28% | - |
| HSV(B) | 28.11º | 0.88% | 0.49% | - |
| XYZ | 10.7 | 8.48 | 1.53 | - |
| YUV | 78.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 15 | 0 | 0.47 | 0.88 | 0.51 | 28.11 | 0.79 | 0.28 |
| Hex | 7E | 43 | F | 0 | 2F | 58 | 33 | 1C | 4F | 1C |
| Octal | 176 | 103 | 17 | 0 | 57 | 130 | 63 | 34 | 117 | 34 |
| Binary | 1111110 | 1000011 | 1111 | 0 | 101111 | 1011000 | 110011 | 11100 | 1001111 | 11100 |
Color Harmonies of #7E430F
Complementary color
Monochromatic Colors of #7E430F
Black with #7E430F
Text Example
Text Example
White with #7E430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E430F; }
p { color: rgb(126,67,15); }
H1.HeaderClassName
{
color: #7E430F;
}
.AnyTagClassName
{
color: #7E430F;
}
</style>
background-color css
<style>
a { background-color: #7E430F; }
a { background-color: rgb(126,67,15); }
div.DivClassName
{
background-color: #7E430F;
}
.BgClassName
{
background-color: #7E430F;
}
</style>
border-color css
<style>
span { border-color: #7E430F; }
span { border-color: rgb(126,67,15); }
td.TdClassName
{
border-color: #7E430F;
}
.TagClassName
{
border-color: #7E430F;
}
</style>