Shades of Raw Sienna #D27740
Tints of Raw Sienna #D27740
RGB
CMYK
RGB Variations
Color information
#D27740 (or 0xD27740) is known color: Raw Sienna. HEX triplet: D2, 77 and 40. RGB value is (210,119,64). Sum of RGB (Red+Green+Blue) = 210+119+64=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D27740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27740 is #2D88BF. Grayscale: #8C8C8C. Windows color (decimal): -2984128 or 4224978. OLE color: 4224978.
HSL color Cylindrical-coordinate representation of color #D27740: hue angle of 22.6º 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 #D27740 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 64 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.18 |
| HSL | 22.6º | 0.62% | 0.54% | - |
| HSV(B) | 22.6º | 0.7% | 0.82% | - |
| XYZ | 34.1 | 27.27 | 8.32 | - |
| YUV | 139.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 64 | 0 | 0.43 | 0.70 | 0.18 | 22.6 | 0.62 | 0.54 |
| Hex | D2 | 77 | 40 | 0 | 2B | 46 | 12 | 17 | 3E | 36 |
| Octal | 322 | 167 | 100 | 0 | 53 | 106 | 22 | 27 | 76 | 66 |
| Binary | 11010010 | 1110111 | 1000000 | 0 | 101011 | 1000110 | 10010 | 10111 | 111110 | 110110 |
Color Harmonies of #D27740
Complementary color
Monochromatic Colors of #D27740
Black with #D27740
Text Example
Text Example
White with #D27740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27740; }
p { color: rgb(210,119,64); }
H1.HeaderClassName
{
color: #D27740;
}
.AnyTagClassName
{
color: #D27740;
}
</style>
background-color css
<style>
a { background-color: #D27740; }
a { background-color: rgb(210,119,64); }
div.DivClassName
{
background-color: #D27740;
}
.BgClassName
{
background-color: #D27740;
}
</style>
border-color css
<style>
span { border-color: #D27740; }
span { border-color: rgb(210,119,64); }
td.TdClassName
{
border-color: #D27740;
}
.TagClassName
{
border-color: #D27740;
}
</style>