Shades of Raw Sienna #D27B45
Tints of Raw Sienna #D27B45
RGB
CMYK
RGB Variations
Color information
#D27B45 (or 0xD27B45) is known color: Raw Sienna. HEX triplet: D2, 7B and 45. RGB value is (210,123,69). Sum of RGB (Red+Green+Blue) = 210+123+69=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27B45 is #2D84BA. Grayscale: #8F8F8F. Windows color (decimal): -2983099 or 4553682. OLE color: 4553682.
HSL color Cylindrical-coordinate representation of color #D27B45: hue angle of 22.98º 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 #D27B45 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 69 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.18 |
| HSL | 22.98º | 0.61% | 0.55% | - |
| HSV(B) | 22.98º | 0.67% | 0.82% | - |
| XYZ | 34.74 | 28.3 | 9.26 | - |
| YUV | 142.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 69 | 0 | 0.41 | 0.67 | 0.18 | 22.98 | 0.61 | 0.55 |
| Hex | D2 | 7B | 45 | 0 | 29 | 43 | 12 | 17 | 3D | 37 |
| Octal | 322 | 173 | 105 | 0 | 51 | 103 | 22 | 27 | 75 | 67 |
| Binary | 11010010 | 1111011 | 1000101 | 0 | 101001 | 1000011 | 10010 | 10111 | 111101 | 110111 |
Color Harmonies of #D27B45
Complementary color
Monochromatic Colors of #D27B45
Black with #D27B45
Text Example
Text Example
White with #D27B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B45; }
p { color: rgb(210,123,69); }
H1.HeaderClassName
{
color: #D27B45;
}
.AnyTagClassName
{
color: #D27B45;
}
</style>
background-color css
<style>
a { background-color: #D27B45; }
a { background-color: rgb(210,123,69); }
div.DivClassName
{
background-color: #D27B45;
}
.BgClassName
{
background-color: #D27B45;
}
</style>
border-color css
<style>
span { border-color: #D27B45; }
span { border-color: rgb(210,123,69); }
td.TdClassName
{
border-color: #D27B45;
}
.TagClassName
{
border-color: #D27B45;
}
</style>