Shades of Raw Sienna #D87B50
Tints of Raw Sienna #D87B50
RGB
CMYK
RGB Variations
Color information
#D87B50 (or 0xD87B50) is known color: Raw Sienna. HEX triplet: D8, 7B and 50. RGB value is (216,123,80). Sum of RGB (Red+Green+Blue) = 216+123+80=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B50 is #2784AF. Grayscale: #929292. Windows color (decimal): -2589872 or 5274584. OLE color: 5274584.
HSL color Cylindrical-coordinate representation of color #D87B50: hue angle of 18.97º 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 #D87B50 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 80 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.15 |
| HSL | 18.97º | 0.64% | 0.58% | - |
| HSV(B) | 18.97º | 0.63% | 0.85% | - |
| XYZ | 36.85 | 29.34 | 11.31 | - |
| YUV | 145.91 | 90.81 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 80 | 0 | 0.43 | 0.63 | 0.15 | 18.97 | 0.64 | 0.58 |
| Hex | D8 | 7B | 50 | 0 | 2B | 3F | F | 13 | 40 | 3A |
| Octal | 330 | 173 | 120 | 0 | 53 | 77 | 17 | 23 | 100 | 72 |
| Binary | 11011000 | 1111011 | 1010000 | 0 | 101011 | 111111 | 1111 | 10011 | 1000000 | 111010 |
Color Harmonies of #D87B50
Complementary color
Monochromatic Colors of #D87B50
Black with #D87B50
Text Example
Text Example
White with #D87B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B50; }
p { color: rgb(216,123,80); }
H1.HeaderClassName
{
color: #D87B50;
}
.AnyTagClassName
{
color: #D87B50;
}
</style>
background-color css
<style>
a { background-color: #D87B50; }
a { background-color: rgb(216,123,80); }
div.DivClassName
{
background-color: #D87B50;
}
.BgClassName
{
background-color: #D87B50;
}
</style>
border-color css
<style>
span { border-color: #D87B50; }
span { border-color: rgb(216,123,80); }
td.TdClassName
{
border-color: #D87B50;
}
.TagClassName
{
border-color: #D87B50;
}
</style>