Shades of Raw Sienna #D07440
Tints of Raw Sienna #D07440
RGB
CMYK
RGB Variations
Color information
#D07440 (or 0xD07440) is known color: Raw Sienna. HEX triplet: D0, 74 and 40. RGB value is (208,116,64). Sum of RGB (Red+Green+Blue) = 208+116+64=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D07440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07440 is #2F8BBF. Grayscale: #898989. Windows color (decimal): -3115968 or 4224208. OLE color: 4224208.
HSL color Cylindrical-coordinate representation of color #D07440: hue angle of 21.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D07440 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 64 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.18 |
| HSL | 21.67º | 0.61% | 0.53% | - |
| HSV(B) | 21.67º | 0.69% | 0.82% | - |
| XYZ | 33.18 | 26.27 | 8.17 | - |
| YUV | 137.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 64 | 0 | 0.44 | 0.69 | 0.18 | 21.67 | 0.61 | 0.53 |
| Hex | D0 | 74 | 40 | 0 | 2C | 45 | 12 | 16 | 3D | 35 |
| Octal | 320 | 164 | 100 | 0 | 54 | 105 | 22 | 26 | 75 | 65 |
| Binary | 11010000 | 1110100 | 1000000 | 0 | 101100 | 1000101 | 10010 | 10110 | 111101 | 110101 |
Color Harmonies of #D07440
Complementary color
Monochromatic Colors of #D07440
Black with #D07440
Text Example
Text Example
White with #D07440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07440; }
p { color: rgb(208,116,64); }
H1.HeaderClassName
{
color: #D07440;
}
.AnyTagClassName
{
color: #D07440;
}
</style>
background-color css
<style>
a { background-color: #D07440; }
a { background-color: rgb(208,116,64); }
div.DivClassName
{
background-color: #D07440;
}
.BgClassName
{
background-color: #D07440;
}
</style>
border-color css
<style>
span { border-color: #D07440; }
span { border-color: rgb(208,116,64); }
td.TdClassName
{
border-color: #D07440;
}
.TagClassName
{
border-color: #D07440;
}
</style>