Shades of Raw Sienna #D07948
Tints of Raw Sienna #D07948
RGB
CMYK
RGB Variations
Color information
#D07948 (or 0xD07948) is known color: Raw Sienna. HEX triplet: D0, 79 and 48. RGB value is (208,121,72). Sum of RGB (Red+Green+Blue) = 208+121+72=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D07948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07948 is #2F86B7. Grayscale: #8D8D8D. Windows color (decimal): -3114680 or 4749776. OLE color: 4749776.
HSL color Cylindrical-coordinate representation of color #D07948: hue angle of 21.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D07948 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 72 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.18 |
| HSL | 21.62º | 0.59% | 0.55% | - |
| HSV(B) | 21.62º | 0.65% | 0.82% | - |
| XYZ | 34.02 | 27.55 | 9.66 | - |
| YUV | 141.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 72 | 0 | 0.42 | 0.65 | 0.18 | 21.62 | 0.59 | 0.55 |
| Hex | D0 | 79 | 48 | 0 | 2A | 41 | 12 | 16 | 3B | 37 |
| Octal | 320 | 171 | 110 | 0 | 52 | 101 | 22 | 26 | 73 | 67 |
| Binary | 11010000 | 1111001 | 1001000 | 0 | 101010 | 1000001 | 10010 | 10110 | 111011 | 110111 |
Color Harmonies of #D07948
Complementary color
Monochromatic Colors of #D07948
Black with #D07948
Text Example
Text Example
White with #D07948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07948; }
p { color: rgb(208,121,72); }
H1.HeaderClassName
{
color: #D07948;
}
.AnyTagClassName
{
color: #D07948;
}
</style>
background-color css
<style>
a { background-color: #D07948; }
a { background-color: rgb(208,121,72); }
div.DivClassName
{
background-color: #D07948;
}
.BgClassName
{
background-color: #D07948;
}
</style>
border-color css
<style>
span { border-color: #D07948; }
span { border-color: rgb(208,121,72); }
td.TdClassName
{
border-color: #D07948;
}
.TagClassName
{
border-color: #D07948;
}
</style>