Shades of Raw Sienna #CF7949
Tints of Raw Sienna #CF7949
RGB
CMYK
RGB Variations
Color information
#CF7949 (or 0xCF7949) is known color: Raw Sienna. HEX triplet: CF, 79 and 49. RGB value is (207,121,73). Sum of RGB (Red+Green+Blue) = 207+121+73=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7949 is #3086B6. Grayscale: #8D8D8D. Windows color (decimal): -3180215 or 4815311. OLE color: 4815311.
HSL color Cylindrical-coordinate representation of color #CF7949: hue angle of 21.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF7949 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 73 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.19 |
| HSL | 21.49º | 0.58% | 0.55% | - |
| HSV(B) | 21.49º | 0.65% | 0.81% | - |
| XYZ | 33.77 | 27.42 | 9.82 | - |
| YUV | 141.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 73 | 0 | 0.42 | 0.65 | 0.19 | 21.49 | 0.58 | 0.55 |
| Hex | CF | 79 | 49 | 0 | 2A | 41 | 13 | 15 | 3A | 37 |
| Octal | 317 | 171 | 111 | 0 | 52 | 101 | 23 | 25 | 72 | 67 |
| Binary | 11001111 | 1111001 | 1001001 | 0 | 101010 | 1000001 | 10011 | 10101 | 111010 | 110111 |
Color Harmonies of #CF7949
Complementary color
Monochromatic Colors of #CF7949
Black with #CF7949
Text Example
Text Example
White with #CF7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7949; }
p { color: rgb(207,121,73); }
H1.HeaderClassName
{
color: #CF7949;
}
.AnyTagClassName
{
color: #CF7949;
}
</style>
background-color css
<style>
a { background-color: #CF7949; }
a { background-color: rgb(207,121,73); }
div.DivClassName
{
background-color: #CF7949;
}
.BgClassName
{
background-color: #CF7949;
}
</style>
border-color css
<style>
span { border-color: #CF7949; }
span { border-color: rgb(207,121,73); }
td.TdClassName
{
border-color: #CF7949;
}
.TagClassName
{
border-color: #CF7949;
}
</style>