Shades of Raw Sienna #D47F45
Tints of Raw Sienna #D47F45
RGB
CMYK
RGB Variations
Color information
#D47F45 (or 0xD47F45) is known color: Raw Sienna. HEX triplet: D4, 7F and 45. RGB value is (212,127,69). Sum of RGB (Red+Green+Blue) = 212+127+69=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F45 is #2B80BA. Grayscale: #929292. Windows color (decimal): -2851003 or 4554708. OLE color: 4554708.
HSL color Cylindrical-coordinate representation of color #D47F45: hue angle of 24.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D47F45 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 69 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.17 |
| HSL | 24.34º | 0.62% | 0.55% | - |
| HSV(B) | 24.34º | 0.67% | 0.83% | - |
| XYZ | 35.81 | 29.61 | 9.46 | - |
| YUV | 145.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 69 | 0 | 0.40 | 0.67 | 0.17 | 24.34 | 0.62 | 0.55 |
| Hex | D4 | 7F | 45 | 0 | 28 | 43 | 11 | 18 | 3E | 37 |
| Octal | 324 | 177 | 105 | 0 | 50 | 103 | 21 | 30 | 76 | 67 |
| Binary | 11010100 | 1111111 | 1000101 | 0 | 101000 | 1000011 | 10001 | 11000 | 111110 | 110111 |
Color Harmonies of #D47F45
Complementary color
Monochromatic Colors of #D47F45
Black with #D47F45
Text Example
Text Example
White with #D47F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F45; }
p { color: rgb(212,127,69); }
H1.HeaderClassName
{
color: #D47F45;
}
.AnyTagClassName
{
color: #D47F45;
}
</style>
background-color css
<style>
a { background-color: #D47F45; }
a { background-color: rgb(212,127,69); }
div.DivClassName
{
background-color: #D47F45;
}
.BgClassName
{
background-color: #D47F45;
}
</style>
border-color css
<style>
span { border-color: #D47F45; }
span { border-color: rgb(212,127,69); }
td.TdClassName
{
border-color: #D47F45;
}
.TagClassName
{
border-color: #D47F45;
}
</style>