Shades of Raw Sienna #D27A4B
Tints of Raw Sienna #D27A4B
RGB
CMYK
RGB Variations
Color information
#D27A4B (or 0xD27A4B) is known color: Raw Sienna. HEX triplet: D2, 7A and 4B. RGB value is (210,122,75). Sum of RGB (Red+Green+Blue) = 210+122+75=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A4B is #2D85B4. Grayscale: #8F8F8F. Windows color (decimal): -2983349 or 4946642. OLE color: 4946642.
HSL color Cylindrical-coordinate representation of color #D27A4B: hue angle of 20.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D27A4B is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 75 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.18 |
| HSL | 20.89º | 0.6% | 0.56% | - |
| HSV(B) | 20.89º | 0.64% | 0.82% | - |
| XYZ | 34.81 | 28.13 | 10.25 | - |
| YUV | 142.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 75 | 0 | 0.42 | 0.64 | 0.18 | 20.89 | 0.6 | 0.56 |
| Hex | D2 | 7A | 4B | 0 | 2A | 40 | 12 | 15 | 3C | 38 |
| Octal | 322 | 172 | 113 | 0 | 52 | 100 | 22 | 25 | 74 | 70 |
| Binary | 11010010 | 1111010 | 1001011 | 0 | 101010 | 1000000 | 10010 | 10101 | 111100 | 111000 |
Color Harmonies of #D27A4B
Complementary color
Monochromatic Colors of #D27A4B
Black with #D27A4B
Text Example
Text Example
White with #D27A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A4B; }
p { color: rgb(210,122,75); }
H1.HeaderClassName
{
color: #D27A4B;
}
.AnyTagClassName
{
color: #D27A4B;
}
</style>
background-color css
<style>
a { background-color: #D27A4B; }
a { background-color: rgb(210,122,75); }
div.DivClassName
{
background-color: #D27A4B;
}
.BgClassName
{
background-color: #D27A4B;
}
</style>
border-color css
<style>
span { border-color: #D27A4B; }
span { border-color: rgb(210,122,75); }
td.TdClassName
{
border-color: #D27A4B;
}
.TagClassName
{
border-color: #D27A4B;
}
</style>