Shades of Raw Sienna #D77F50
Tints of Raw Sienna #D77F50
RGB
CMYK
RGB Variations
Color information
#D77F50 (or 0xD77F50) is known color: Raw Sienna. HEX triplet: D7, 7F and 50. RGB value is (215,127,80). Sum of RGB (Red+Green+Blue) = 215+127+80=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F50 is #2880AF. Grayscale: #949494. Windows color (decimal): -2654384 or 5275607. OLE color: 5275607.
HSL color Cylindrical-coordinate representation of color #D77F50: hue angle of 20.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D77F50 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 80 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.16 |
| HSL | 20.89º | 0.63% | 0.58% | - |
| HSV(B) | 20.89º | 0.63% | 0.84% | - |
| XYZ | 37.06 | 30.21 | 11.47 | - |
| YUV | 147.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 80 | 0 | 0.41 | 0.63 | 0.16 | 20.89 | 0.63 | 0.58 |
| Hex | D7 | 7F | 50 | 0 | 29 | 3F | 10 | 15 | 3F | 3A |
| Octal | 327 | 177 | 120 | 0 | 51 | 77 | 20 | 25 | 77 | 72 |
| Binary | 11010111 | 1111111 | 1010000 | 0 | 101001 | 111111 | 10000 | 10101 | 111111 | 111010 |
Color Harmonies of #D77F50
Complementary color
Monochromatic Colors of #D77F50
Black with #D77F50
Text Example
Text Example
White with #D77F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77F50; }
p { color: rgb(215,127,80); }
H1.HeaderClassName
{
color: #D77F50;
}
.AnyTagClassName
{
color: #D77F50;
}
</style>
background-color css
<style>
a { background-color: #D77F50; }
a { background-color: rgb(215,127,80); }
div.DivClassName
{
background-color: #D77F50;
}
.BgClassName
{
background-color: #D77F50;
}
</style>
border-color css
<style>
span { border-color: #D77F50; }
span { border-color: rgb(215,127,80); }
td.TdClassName
{
border-color: #D77F50;
}
.TagClassName
{
border-color: #D77F50;
}
</style>