Shades of Burnt Sienna #E77F56
Tints of Burnt Sienna #E77F56
RGB
CMYK
RGB Variations
Color information
#E77F56 (or 0xE77F56) is known color: Burnt Sienna. HEX triplet: E7, 7F and 56. RGB value is (231,127,86). Sum of RGB (Red+Green+Blue) = 231+127+86=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F56 is #1880A9. Grayscale: #999999. Windows color (decimal): -1605802 or 5668839. OLE color: 5668839.
HSL color Cylindrical-coordinate representation of color #E77F56: hue angle of 16.97º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E77F56 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 86 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.09 |
| HSL | 16.97º | 0.75% | 0.62% | - |
| HSV(B) | 16.97º | 0.63% | 0.91% | - |
| XYZ | 42.22 | 32.84 | 12.92 | - |
| YUV | 153.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 86 | 0 | 0.45 | 0.63 | 0.09 | 16.97 | 0.75 | 0.62 |
| Hex | E7 | 7F | 56 | 0 | 2D | 3F | 9 | 11 | 4B | 3E |
| Octal | 347 | 177 | 126 | 0 | 55 | 77 | 11 | 21 | 113 | 76 |
| Binary | 11100111 | 1111111 | 1010110 | 0 | 101101 | 111111 | 1001 | 10001 | 1001011 | 111110 |
Color Harmonies of #E77F56
Complementary color
Monochromatic Colors of #E77F56
Black with #E77F56
Text Example
Text Example
White with #E77F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F56; }
p { color: rgb(231,127,86); }
H1.HeaderClassName
{
color: #E77F56;
}
.AnyTagClassName
{
color: #E77F56;
}
</style>
background-color css
<style>
a { background-color: #E77F56; }
a { background-color: rgb(231,127,86); }
div.DivClassName
{
background-color: #E77F56;
}
.BgClassName
{
background-color: #E77F56;
}
</style>
border-color css
<style>
span { border-color: #E77F56; }
span { border-color: rgb(231,127,86); }
td.TdClassName
{
border-color: #E77F56;
}
.TagClassName
{
border-color: #E77F56;
}
</style>