Shades of Raw Sienna #D48046
Tints of Raw Sienna #D48046
RGB
CMYK
RGB Variations
Color information
#D48046 (or 0xD48046) is known color: Raw Sienna. HEX triplet: D4, 80 and 46. RGB value is (212,128,70). Sum of RGB (Red+Green+Blue) = 212+128+70=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D48046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48046 is #2B7FB9. Grayscale: #929292. Windows color (decimal): -2850746 or 4620500. OLE color: 4620500.
HSL color Cylindrical-coordinate representation of color #D48046: hue angle of 24.51º 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 #D48046 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 70 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.17 |
| HSL | 24.51º | 0.62% | 0.55% | - |
| HSV(B) | 24.51º | 0.67% | 0.83% | - |
| XYZ | 35.98 | 29.88 | 9.67 | - |
| YUV | 146.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 70 | 0 | 0.40 | 0.67 | 0.17 | 24.51 | 0.62 | 0.55 |
| Hex | D4 | 80 | 46 | 0 | 28 | 43 | 11 | 19 | 3E | 37 |
| Octal | 324 | 200 | 106 | 0 | 50 | 103 | 21 | 31 | 76 | 67 |
| Binary | 11010100 | 10000000 | 1000110 | 0 | 101000 | 1000011 | 10001 | 11001 | 111110 | 110111 |
Color Harmonies of #D48046
Complementary color
Monochromatic Colors of #D48046
Black with #D48046
Text Example
Text Example
White with #D48046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48046; }
p { color: rgb(212,128,70); }
H1.HeaderClassName
{
color: #D48046;
}
.AnyTagClassName
{
color: #D48046;
}
</style>
background-color css
<style>
a { background-color: #D48046; }
a { background-color: rgb(212,128,70); }
div.DivClassName
{
background-color: #D48046;
}
.BgClassName
{
background-color: #D48046;
}
</style>
border-color css
<style>
span { border-color: #D48046; }
span { border-color: rgb(212,128,70); }
td.TdClassName
{
border-color: #D48046;
}
.TagClassName
{
border-color: #D48046;
}
</style>