Shades of Burnt Umber #7E2E18
Tints of Burnt Umber #7E2E18
RGB
CMYK
RGB Variations
Color information
#7E2E18 (or 0x7E2E18) is known color: Burnt Umber. HEX triplet: 7E, 2E and 18. RGB value is (126,46,24). Sum of RGB (Red+Green+Blue) = 126+46+24=196 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.29% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2E18 is #81D1E7. Grayscale: #434343. Windows color (decimal): -8507880 or 1584766. OLE color: 1584766.
HSL color Cylindrical-coordinate representation of color #7E2E18: hue angle of 12.94º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E2E18 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 46 | 24 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.51 |
| HSL | 12.94º | 0.68% | 0.29% | - |
| HSV(B) | 12.94º | 0.81% | 0.49% | - |
| XYZ | 9.75 | 6.46 | 1.6 | - |
| YUV | 67.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 24 | 0 | 0.63 | 0.81 | 0.51 | 12.94 | 0.68 | 0.29 |
| Hex | 7E | 2E | 18 | 0 | 3F | 51 | 33 | D | 44 | 1D |
| Octal | 176 | 56 | 30 | 0 | 77 | 121 | 63 | 15 | 104 | 35 |
| Binary | 1111110 | 101110 | 11000 | 0 | 111111 | 1010001 | 110011 | 1101 | 1000100 | 11101 |
Color Harmonies of #7E2E18
Complementary color
Monochromatic Colors of #7E2E18
Black with #7E2E18
Text Example
Text Example
White with #7E2E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2E18; }
p { color: rgb(126,46,24); }
H1.HeaderClassName
{
color: #7E2E18;
}
.AnyTagClassName
{
color: #7E2E18;
}
</style>
background-color css
<style>
a { background-color: #7E2E18; }
a { background-color: rgb(126,46,24); }
div.DivClassName
{
background-color: #7E2E18;
}
.BgClassName
{
background-color: #7E2E18;
}
</style>
border-color css
<style>
span { border-color: #7E2E18; }
span { border-color: rgb(126,46,24); }
td.TdClassName
{
border-color: #7E2E18;
}
.TagClassName
{
border-color: #7E2E18;
}
</style>