Shades of Raw Sienna #D07546
Tints of Raw Sienna #D07546
RGB
CMYK
RGB Variations
Color information
#D07546 (or 0xD07546) is known color: Raw Sienna. HEX triplet: D0, 75 and 46. RGB value is (208,117,70). Sum of RGB (Red+Green+Blue) = 208+117+70=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07546 is #2F8AB9. Grayscale: #8B8B8B. Windows color (decimal): -3115706 or 4617680. OLE color: 4617680.
HSL color Cylindrical-coordinate representation of color #D07546: hue angle of 20.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D07546 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 70 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.18 |
| HSL | 20.43º | 0.59% | 0.55% | - |
| HSV(B) | 20.43º | 0.66% | 0.82% | - |
| XYZ | 33.48 | 26.57 | 9.16 | - |
| YUV | 138.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 70 | 0 | 0.44 | 0.66 | 0.18 | 20.43 | 0.59 | 0.55 |
| Hex | D0 | 75 | 46 | 0 | 2C | 42 | 12 | 14 | 3B | 37 |
| Octal | 320 | 165 | 106 | 0 | 54 | 102 | 22 | 24 | 73 | 67 |
| Binary | 11010000 | 1110101 | 1000110 | 0 | 101100 | 1000010 | 10010 | 10100 | 111011 | 110111 |
Color Harmonies of #D07546
Complementary color
Monochromatic Colors of #D07546
Black with #D07546
Text Example
Text Example
White with #D07546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07546; }
p { color: rgb(208,117,70); }
H1.HeaderClassName
{
color: #D07546;
}
.AnyTagClassName
{
color: #D07546;
}
</style>
background-color css
<style>
a { background-color: #D07546; }
a { background-color: rgb(208,117,70); }
div.DivClassName
{
background-color: #D07546;
}
.BgClassName
{
background-color: #D07546;
}
</style>
border-color css
<style>
span { border-color: #D07546; }
span { border-color: rgb(208,117,70); }
td.TdClassName
{
border-color: #D07546;
}
.TagClassName
{
border-color: #D07546;
}
</style>