Shades of Raw Sienna #D07544
Tints of Raw Sienna #D07544
RGB
CMYK
RGB Variations
Color information
#D07544 (or 0xD07544) is known color: Raw Sienna. HEX triplet: D0, 75 and 44. RGB value is (208,117,68). Sum of RGB (Red+Green+Blue) = 208+117+68=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07544 is #2F8ABB. Grayscale: #8A8A8A. Windows color (decimal): -3115708 or 4486608. OLE color: 4486608.
HSL color Cylindrical-coordinate representation of color #D07544: hue angle of 21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D07544 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 68 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.18 |
| HSL | 21º | 0.6% | 0.54% | - |
| HSV(B) | 21º | 0.67% | 0.82% | - |
| XYZ | 33.42 | 26.55 | 8.83 | - |
| YUV | 138.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 68 | 0 | 0.44 | 0.67 | 0.18 | 21 | 0.6 | 0.54 |
| Hex | D0 | 75 | 44 | 0 | 2C | 43 | 12 | 15 | 3C | 36 |
| Octal | 320 | 165 | 104 | 0 | 54 | 103 | 22 | 25 | 74 | 66 |
| Binary | 11010000 | 1110101 | 1000100 | 0 | 101100 | 1000011 | 10010 | 10101 | 111100 | 110110 |
Color Harmonies of #D07544
Complementary color
Monochromatic Colors of #D07544
Black with #D07544
Text Example
Text Example
White with #D07544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07544; }
p { color: rgb(208,117,68); }
H1.HeaderClassName
{
color: #D07544;
}
.AnyTagClassName
{
color: #D07544;
}
</style>
background-color css
<style>
a { background-color: #D07544; }
a { background-color: rgb(208,117,68); }
div.DivClassName
{
background-color: #D07544;
}
.BgClassName
{
background-color: #D07544;
}
</style>
border-color css
<style>
span { border-color: #D07544; }
span { border-color: rgb(208,117,68); }
td.TdClassName
{
border-color: #D07544;
}
.TagClassName
{
border-color: #D07544;
}
</style>