Shades of Raw Sienna #D27648
Tints of Raw Sienna #D27648
RGB
CMYK
RGB Variations
Color information
#D27648 (or 0xD27648) is known color: Raw Sienna. HEX triplet: D2, 76 and 48. RGB value is (210,118,72). Sum of RGB (Red+Green+Blue) = 210+118+72=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D27648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27648 is #2D89B7. Grayscale: #8C8C8C. Windows color (decimal): -2984376 or 4749010. OLE color: 4749010.
HSL color Cylindrical-coordinate representation of color #D27648: hue angle of 20º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D27648 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 72 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.18 |
| HSL | 20º | 0.61% | 0.55% | - |
| HSV(B) | 20º | 0.66% | 0.82% | - |
| XYZ | 34.23 | 27.13 | 9.56 | - |
| YUV | 140.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 72 | 0 | 0.44 | 0.66 | 0.18 | 20 | 0.61 | 0.55 |
| Hex | D2 | 76 | 48 | 0 | 2C | 42 | 12 | 14 | 3D | 37 |
| Octal | 322 | 166 | 110 | 0 | 54 | 102 | 22 | 24 | 75 | 67 |
| Binary | 11010010 | 1110110 | 1001000 | 0 | 101100 | 1000010 | 10010 | 10100 | 111101 | 110111 |
Color Harmonies of #D27648
Complementary color
Monochromatic Colors of #D27648
Black with #D27648
Text Example
Text Example
White with #D27648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27648; }
p { color: rgb(210,118,72); }
H1.HeaderClassName
{
color: #D27648;
}
.AnyTagClassName
{
color: #D27648;
}
</style>
background-color css
<style>
a { background-color: #D27648; }
a { background-color: rgb(210,118,72); }
div.DivClassName
{
background-color: #D27648;
}
.BgClassName
{
background-color: #D27648;
}
</style>
border-color css
<style>
span { border-color: #D27648; }
span { border-color: rgb(210,118,72); }
td.TdClassName
{
border-color: #D27648;
}
.TagClassName
{
border-color: #D27648;
}
</style>