Shades of Raw Sienna #D07541
Tints of Raw Sienna #D07541
RGB
CMYK
RGB Variations
Color information
#D07541 (or 0xD07541) is known color: Raw Sienna. HEX triplet: D0, 75 and 41. RGB value is (208,117,65). Sum of RGB (Red+Green+Blue) = 208+117+65=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D07541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07541 is #2F8ABE. Grayscale: #8A8A8A. Windows color (decimal): -3115711 or 4290000. OLE color: 4290000.
HSL color Cylindrical-coordinate representation of color #D07541: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D07541 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 65 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.18 |
| HSL | 21.82º | 0.6% | 0.54% | - |
| HSV(B) | 21.82º | 0.69% | 0.82% | - |
| XYZ | 33.33 | 26.51 | 8.36 | - |
| YUV | 138.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 65 | 0 | 0.44 | 0.69 | 0.18 | 21.82 | 0.6 | 0.54 |
| Hex | D0 | 75 | 41 | 0 | 2C | 45 | 12 | 16 | 3C | 36 |
| Octal | 320 | 165 | 101 | 0 | 54 | 105 | 22 | 26 | 74 | 66 |
| Binary | 11010000 | 1110101 | 1000001 | 0 | 101100 | 1000101 | 10010 | 10110 | 111100 | 110110 |
Color Harmonies of #D07541
Complementary color
Monochromatic Colors of #D07541
Black with #D07541
Text Example
Text Example
White with #D07541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07541; }
p { color: rgb(208,117,65); }
H1.HeaderClassName
{
color: #D07541;
}
.AnyTagClassName
{
color: #D07541;
}
</style>
background-color css
<style>
a { background-color: #D07541; }
a { background-color: rgb(208,117,65); }
div.DivClassName
{
background-color: #D07541;
}
.BgClassName
{
background-color: #D07541;
}
</style>
border-color css
<style>
span { border-color: #D07541; }
span { border-color: rgb(208,117,65); }
td.TdClassName
{
border-color: #D07541;
}
.TagClassName
{
border-color: #D07541;
}
</style>