Shades of Raw Sienna #D27440
Tints of Raw Sienna #D27440
RGB
CMYK
RGB Variations
Color information
#D27440 (or 0xD27440) is known color: Raw Sienna. HEX triplet: D2, 74 and 40. RGB value is (210,116,64). Sum of RGB (Red+Green+Blue) = 210+116+64=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D27440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27440 is #2D8BBF. Grayscale: #8A8A8A. Windows color (decimal): -2984896 or 4224210. OLE color: 4224210.
HSL color Cylindrical-coordinate representation of color #D27440: hue angle of 21.37º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D27440 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 64 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.18 |
| HSL | 21.37º | 0.62% | 0.54% | - |
| HSV(B) | 21.37º | 0.7% | 0.82% | - |
| XYZ | 33.75 | 26.56 | 8.2 | - |
| YUV | 138.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 64 | 0 | 0.45 | 0.70 | 0.18 | 21.37 | 0.62 | 0.54 |
| Hex | D2 | 74 | 40 | 0 | 2D | 46 | 12 | 15 | 3E | 36 |
| Octal | 322 | 164 | 100 | 0 | 55 | 106 | 22 | 25 | 76 | 66 |
| Binary | 11010010 | 1110100 | 1000000 | 0 | 101101 | 1000110 | 10010 | 10101 | 111110 | 110110 |
Color Harmonies of #D27440
Complementary color
Monochromatic Colors of #D27440
Black with #D27440
Text Example
Text Example
White with #D27440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27440; }
p { color: rgb(210,116,64); }
H1.HeaderClassName
{
color: #D27440;
}
.AnyTagClassName
{
color: #D27440;
}
</style>
background-color css
<style>
a { background-color: #D27440; }
a { background-color: rgb(210,116,64); }
div.DivClassName
{
background-color: #D27440;
}
.BgClassName
{
background-color: #D27440;
}
</style>
border-color css
<style>
span { border-color: #D27440; }
span { border-color: rgb(210,116,64); }
td.TdClassName
{
border-color: #D27440;
}
.TagClassName
{
border-color: #D27440;
}
</style>