Shades of Raw Sienna #D57F45
Tints of Raw Sienna #D57F45
RGB
CMYK
RGB Variations
Color information
#D57F45 (or 0xD57F45) is known color: Raw Sienna. HEX triplet: D5, 7F and 45. RGB value is (213,127,69). Sum of RGB (Red+Green+Blue) = 213+127+69=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F45 is #2A80BA. Grayscale: #929292. Windows color (decimal): -2785467 or 4554709. OLE color: 4554709.
HSL color Cylindrical-coordinate representation of color #D57F45: hue angle of 24.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D57F45 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 69 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.16 |
| HSL | 24.17º | 0.63% | 0.55% | - |
| HSV(B) | 24.17º | 0.68% | 0.84% | - |
| XYZ | 36.1 | 29.75 | 9.47 | - |
| YUV | 146.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 69 | 0 | 0.40 | 0.68 | 0.16 | 24.17 | 0.63 | 0.55 |
| Hex | D5 | 7F | 45 | 0 | 28 | 44 | 10 | 18 | 3F | 37 |
| Octal | 325 | 177 | 105 | 0 | 50 | 104 | 20 | 30 | 77 | 67 |
| Binary | 11010101 | 1111111 | 1000101 | 0 | 101000 | 1000100 | 10000 | 11000 | 111111 | 110111 |
Color Harmonies of #D57F45
Complementary color
Monochromatic Colors of #D57F45
Black with #D57F45
Text Example
Text Example
White with #D57F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F45; }
p { color: rgb(213,127,69); }
H1.HeaderClassName
{
color: #D57F45;
}
.AnyTagClassName
{
color: #D57F45;
}
</style>
background-color css
<style>
a { background-color: #D57F45; }
a { background-color: rgb(213,127,69); }
div.DivClassName
{
background-color: #D57F45;
}
.BgClassName
{
background-color: #D57F45;
}
</style>
border-color css
<style>
span { border-color: #D57F45; }
span { border-color: rgb(213,127,69); }
td.TdClassName
{
border-color: #D57F45;
}
.TagClassName
{
border-color: #D57F45;
}
</style>