Shades of Raw Sienna #D57950
Tints of Raw Sienna #D57950
RGB
CMYK
RGB Variations
Color information
#D57950 (or 0xD57950) is known color: Raw Sienna. HEX triplet: D5, 79 and 50. RGB value is (213,121,80). Sum of RGB (Red+Green+Blue) = 213+121+80=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D57950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57950 is #2A86AF. Grayscale: #909090. Windows color (decimal): -2786992 or 5274069. OLE color: 5274069.
HSL color Cylindrical-coordinate representation of color #D57950: hue angle of 18.5º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57950 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 80 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.16 |
| HSL | 18.5º | 0.61% | 0.57% | - |
| HSV(B) | 18.5º | 0.62% | 0.84% | - |
| XYZ | 35.73 | 28.4 | 11.19 | - |
| YUV | 143.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 80 | 0 | 0.43 | 0.62 | 0.16 | 18.5 | 0.61 | 0.57 |
| Hex | D5 | 79 | 50 | 0 | 2B | 3E | 10 | 12 | 3D | 39 |
| Octal | 325 | 171 | 120 | 0 | 53 | 76 | 20 | 22 | 75 | 71 |
| Binary | 11010101 | 1111001 | 1010000 | 0 | 101011 | 111110 | 10000 | 10010 | 111101 | 111001 |
Color Harmonies of #D57950
Complementary color
Monochromatic Colors of #D57950
Black with #D57950
Text Example
Text Example
White with #D57950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57950; }
p { color: rgb(213,121,80); }
H1.HeaderClassName
{
color: #D57950;
}
.AnyTagClassName
{
color: #D57950;
}
</style>
background-color css
<style>
a { background-color: #D57950; }
a { background-color: rgb(213,121,80); }
div.DivClassName
{
background-color: #D57950;
}
.BgClassName
{
background-color: #D57950;
}
</style>
border-color css
<style>
span { border-color: #D57950; }
span { border-color: rgb(213,121,80); }
td.TdClassName
{
border-color: #D57950;
}
.TagClassName
{
border-color: #D57950;
}
</style>