Shades of Raw Sienna #CF7940
Tints of Raw Sienna #CF7940
RGB
CMYK
RGB Variations
Color information
#CF7940 (or 0xCF7940) is known color: Raw Sienna. HEX triplet: CF, 79 and 40. RGB value is (207,121,64). Sum of RGB (Red+Green+Blue) = 207+121+64=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7940 is #3086BF. Grayscale: #8C8C8C. Windows color (decimal): -3180224 or 4225487. OLE color: 4225487.
HSL color Cylindrical-coordinate representation of color #CF7940: hue angle of 23.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF7940 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 64 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.19 |
| HSL | 23.92º | 0.6% | 0.53% | - |
| HSV(B) | 23.92º | 0.69% | 0.81% | - |
| XYZ | 33.49 | 27.31 | 8.36 | - |
| YUV | 140.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 64 | 0 | 0.42 | 0.69 | 0.19 | 23.92 | 0.6 | 0.53 |
| Hex | CF | 79 | 40 | 0 | 2A | 45 | 13 | 18 | 3C | 35 |
| Octal | 317 | 171 | 100 | 0 | 52 | 105 | 23 | 30 | 74 | 65 |
| Binary | 11001111 | 1111001 | 1000000 | 0 | 101010 | 1000101 | 10011 | 11000 | 111100 | 110101 |
Color Harmonies of #CF7940
Complementary color
Monochromatic Colors of #CF7940
Black with #CF7940
Text Example
Text Example
White with #CF7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7940; }
p { color: rgb(207,121,64); }
H1.HeaderClassName
{
color: #CF7940;
}
.AnyTagClassName
{
color: #CF7940;
}
</style>
background-color css
<style>
a { background-color: #CF7940; }
a { background-color: rgb(207,121,64); }
div.DivClassName
{
background-color: #CF7940;
}
.BgClassName
{
background-color: #CF7940;
}
</style>
border-color css
<style>
span { border-color: #CF7940; }
span { border-color: rgb(207,121,64); }
td.TdClassName
{
border-color: #CF7940;
}
.TagClassName
{
border-color: #CF7940;
}
</style>