Shades of Raw Sienna #D27340
Tints of Raw Sienna #D27340
RGB
CMYK
RGB Variations
Color information
#D27340 (or 0xD27340) is known color: Raw Sienna. HEX triplet: D2, 73 and 40. RGB value is (210,115,64). Sum of RGB (Red+Green+Blue) = 210+115+64=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27340 is #2D8CBF. Grayscale: #898989. Windows color (decimal): -2985152 or 4223954. OLE color: 4223954.
HSL color Cylindrical-coordinate representation of color #D27340: hue angle of 20.96º 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 #D27340 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 64 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.18 |
| HSL | 20.96º | 0.62% | 0.54% | - |
| HSV(B) | 20.96º | 0.7% | 0.82% | - |
| XYZ | 33.63 | 26.33 | 8.16 | - |
| YUV | 137.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 64 | 0 | 0.45 | 0.70 | 0.18 | 20.96 | 0.62 | 0.54 |
| Hex | D2 | 73 | 40 | 0 | 2D | 46 | 12 | 15 | 3E | 36 |
| Octal | 322 | 163 | 100 | 0 | 55 | 106 | 22 | 25 | 76 | 66 |
| Binary | 11010010 | 1110011 | 1000000 | 0 | 101101 | 1000110 | 10010 | 10101 | 111110 | 110110 |
Color Harmonies of #D27340
Complementary color
Monochromatic Colors of #D27340
Black with #D27340
Text Example
Text Example
White with #D27340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27340; }
p { color: rgb(210,115,64); }
H1.HeaderClassName
{
color: #D27340;
}
.AnyTagClassName
{
color: #D27340;
}
</style>
background-color css
<style>
a { background-color: #D27340; }
a { background-color: rgb(210,115,64); }
div.DivClassName
{
background-color: #D27340;
}
.BgClassName
{
background-color: #D27340;
}
</style>
border-color css
<style>
span { border-color: #D27340; }
span { border-color: rgb(210,115,64); }
td.TdClassName
{
border-color: #D27340;
}
.TagClassName
{
border-color: #D27340;
}
</style>