Shades of Raw Sienna #D47A46
Tints of Raw Sienna #D47A46
RGB
CMYK
RGB Variations
Color information
#D47A46 (or 0xD47A46) is known color: Raw Sienna. HEX triplet: D4, 7A and 46. RGB value is (212,122,70). Sum of RGB (Red+Green+Blue) = 212+122+70=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47A46 is #2B85B9. Grayscale: #8F8F8F. Windows color (decimal): -2852282 or 4618964. OLE color: 4618964.
HSL color Cylindrical-coordinate representation of color #D47A46: hue angle of 21.97º 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 #D47A46 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 70 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.17 |
| HSL | 21.97º | 0.62% | 0.55% | - |
| HSV(B) | 21.97º | 0.67% | 0.83% | - |
| XYZ | 35.22 | 28.36 | 9.41 | - |
| YUV | 142.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 70 | 0 | 0.42 | 0.67 | 0.17 | 21.97 | 0.62 | 0.55 |
| Hex | D4 | 7A | 46 | 0 | 2A | 43 | 11 | 16 | 3E | 37 |
| Octal | 324 | 172 | 106 | 0 | 52 | 103 | 21 | 26 | 76 | 67 |
| Binary | 11010100 | 1111010 | 1000110 | 0 | 101010 | 1000011 | 10001 | 10110 | 111110 | 110111 |
Color Harmonies of #D47A46
Complementary color
Monochromatic Colors of #D47A46
Black with #D47A46
Text Example
Text Example
White with #D47A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A46; }
p { color: rgb(212,122,70); }
H1.HeaderClassName
{
color: #D47A46;
}
.AnyTagClassName
{
color: #D47A46;
}
</style>
background-color css
<style>
a { background-color: #D47A46; }
a { background-color: rgb(212,122,70); }
div.DivClassName
{
background-color: #D47A46;
}
.BgClassName
{
background-color: #D47A46;
}
</style>
border-color css
<style>
span { border-color: #D47A46; }
span { border-color: rgb(212,122,70); }
td.TdClassName
{
border-color: #D47A46;
}
.TagClassName
{
border-color: #D47A46;
}
</style>