Shades of Raw Sienna #D27540
Tints of Raw Sienna #D27540
RGB
CMYK
RGB Variations
Color information
#D27540 (or 0xD27540) is known color: Raw Sienna. HEX triplet: D2, 75 and 40. RGB value is (210,117,64). Sum of RGB (Red+Green+Blue) = 210+117+64=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D27540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27540 is #2D8ABF. Grayscale: #8B8B8B. Windows color (decimal): -2984640 or 4224466. OLE color: 4224466.
HSL color Cylindrical-coordinate representation of color #D27540: hue angle of 21.78º 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 #D27540 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 64 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.18 |
| HSL | 21.78º | 0.62% | 0.54% | - |
| HSV(B) | 21.78º | 0.7% | 0.82% | - |
| XYZ | 33.87 | 26.79 | 8.24 | - |
| YUV | 138.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 64 | 0 | 0.44 | 0.70 | 0.18 | 21.78 | 0.62 | 0.54 |
| Hex | D2 | 75 | 40 | 0 | 2C | 46 | 12 | 16 | 3E | 36 |
| Octal | 322 | 165 | 100 | 0 | 54 | 106 | 22 | 26 | 76 | 66 |
| Binary | 11010010 | 1110101 | 1000000 | 0 | 101100 | 1000110 | 10010 | 10110 | 111110 | 110110 |
Color Harmonies of #D27540
Complementary color
Monochromatic Colors of #D27540
Black with #D27540
Text Example
Text Example
White with #D27540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27540; }
p { color: rgb(210,117,64); }
H1.HeaderClassName
{
color: #D27540;
}
.AnyTagClassName
{
color: #D27540;
}
</style>
background-color css
<style>
a { background-color: #D27540; }
a { background-color: rgb(210,117,64); }
div.DivClassName
{
background-color: #D27540;
}
.BgClassName
{
background-color: #D27540;
}
</style>
border-color css
<style>
span { border-color: #D27540; }
span { border-color: rgb(210,117,64); }
td.TdClassName
{
border-color: #D27540;
}
.TagClassName
{
border-color: #D27540;
}
</style>