Shades of Raw Sienna #D27445
Tints of Raw Sienna #D27445
RGB
CMYK
RGB Variations
Color information
#D27445 (or 0xD27445) is known color: Raw Sienna. HEX triplet: D2, 74 and 45. RGB value is (210,116,69). Sum of RGB (Red+Green+Blue) = 210+116+69=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27445 is #2D8BBA. Grayscale: #8B8B8B. Windows color (decimal): -2984891 or 4551890. OLE color: 4551890.
HSL color Cylindrical-coordinate representation of color #D27445: 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.67%. Process color model (Four color, CMYK) of #D27445 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 69 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.18 |
| HSL | 20º | 0.61% | 0.55% | - |
| HSV(B) | 20º | 0.67% | 0.82% | - |
| XYZ | 33.9 | 26.62 | 8.98 | - |
| YUV | 138.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 69 | 0 | 0.45 | 0.67 | 0.18 | 20 | 0.61 | 0.55 |
| Hex | D2 | 74 | 45 | 0 | 2D | 43 | 12 | 14 | 3D | 37 |
| Octal | 322 | 164 | 105 | 0 | 55 | 103 | 22 | 24 | 75 | 67 |
| Binary | 11010010 | 1110100 | 1000101 | 0 | 101101 | 1000011 | 10010 | 10100 | 111101 | 110111 |
Color Harmonies of #D27445
Complementary color
Monochromatic Colors of #D27445
Black with #D27445
Text Example
Text Example
White with #D27445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27445; }
p { color: rgb(210,116,69); }
H1.HeaderClassName
{
color: #D27445;
}
.AnyTagClassName
{
color: #D27445;
}
</style>
background-color css
<style>
a { background-color: #D27445; }
a { background-color: rgb(210,116,69); }
div.DivClassName
{
background-color: #D27445;
}
.BgClassName
{
background-color: #D27445;
}
</style>
border-color css
<style>
span { border-color: #D27445; }
span { border-color: rgb(210,116,69); }
td.TdClassName
{
border-color: #D27445;
}
.TagClassName
{
border-color: #D27445;
}
</style>