Shades of Raw Sienna #D27545
Tints of Raw Sienna #D27545
RGB
CMYK
RGB Variations
Color information
#D27545 (or 0xD27545) is known color: Raw Sienna. HEX triplet: D2, 75 and 45. RGB value is (210,117,69). Sum of RGB (Red+Green+Blue) = 210+117+69=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D27545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27545 is #2D8ABA. Grayscale: #8B8B8B. Windows color (decimal): -2984635 or 4552146. OLE color: 4552146.
HSL color Cylindrical-coordinate representation of color #D27545: hue angle of 20.43º 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 #D27545 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 69 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.18 |
| HSL | 20.43º | 0.61% | 0.55% | - |
| HSV(B) | 20.43º | 0.67% | 0.82% | - |
| XYZ | 34.01 | 26.85 | 9.02 | - |
| YUV | 139.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 69 | 0 | 0.44 | 0.67 | 0.18 | 20.43 | 0.61 | 0.55 |
| Hex | D2 | 75 | 45 | 0 | 2C | 43 | 12 | 14 | 3D | 37 |
| Octal | 322 | 165 | 105 | 0 | 54 | 103 | 22 | 24 | 75 | 67 |
| Binary | 11010010 | 1110101 | 1000101 | 0 | 101100 | 1000011 | 10010 | 10100 | 111101 | 110111 |
Color Harmonies of #D27545
Complementary color
Monochromatic Colors of #D27545
Black with #D27545
Text Example
Text Example
White with #D27545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27545; }
p { color: rgb(210,117,69); }
H1.HeaderClassName
{
color: #D27545;
}
.AnyTagClassName
{
color: #D27545;
}
</style>
background-color css
<style>
a { background-color: #D27545; }
a { background-color: rgb(210,117,69); }
div.DivClassName
{
background-color: #D27545;
}
.BgClassName
{
background-color: #D27545;
}
</style>
border-color css
<style>
span { border-color: #D27545; }
span { border-color: rgb(210,117,69); }
td.TdClassName
{
border-color: #D27545;
}
.TagClassName
{
border-color: #D27545;
}
</style>