Shades of Raw Sienna #D87950
Tints of Raw Sienna #D87950
RGB
CMYK
RGB Variations
Color information
#D87950 (or 0xD87950) is known color: Raw Sienna. HEX triplet: D8, 79 and 50. RGB value is (216,121,80). Sum of RGB (Red+Green+Blue) = 216+121+80=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D87950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87950 is #2786AF. Grayscale: #909090. Windows color (decimal): -2590384 or 5274072. OLE color: 5274072.
HSL color Cylindrical-coordinate representation of color #D87950: hue angle of 18.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D87950 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 80 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.15 |
| HSL | 18.09º | 0.64% | 0.58% | - |
| HSV(B) | 18.09º | 0.63% | 0.85% | - |
| XYZ | 36.6 | 28.85 | 11.23 | - |
| YUV | 144.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 80 | 0 | 0.44 | 0.63 | 0.15 | 18.09 | 0.64 | 0.58 |
| Hex | D8 | 79 | 50 | 0 | 2C | 3F | F | 12 | 40 | 3A |
| Octal | 330 | 171 | 120 | 0 | 54 | 77 | 17 | 22 | 100 | 72 |
| Binary | 11011000 | 1111001 | 1010000 | 0 | 101100 | 111111 | 1111 | 10010 | 1000000 | 111010 |
Color Harmonies of #D87950
Complementary color
Monochromatic Colors of #D87950
Black with #D87950
Text Example
Text Example
White with #D87950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87950; }
p { color: rgb(216,121,80); }
H1.HeaderClassName
{
color: #D87950;
}
.AnyTagClassName
{
color: #D87950;
}
</style>
background-color css
<style>
a { background-color: #D87950; }
a { background-color: rgb(216,121,80); }
div.DivClassName
{
background-color: #D87950;
}
.BgClassName
{
background-color: #D87950;
}
</style>
border-color css
<style>
span { border-color: #D87950; }
span { border-color: rgb(216,121,80); }
td.TdClassName
{
border-color: #D87950;
}
.TagClassName
{
border-color: #D87950;
}
</style>