Shades of Raw Sienna #CF7F41
Tints of Raw Sienna #CF7F41
RGB
CMYK
RGB Variations
Color information
#CF7F41 (or 0xCF7F41) is known color: Raw Sienna. HEX triplet: CF, 7F and 41. RGB value is (207,127,65). Sum of RGB (Red+Green+Blue) = 207+127+65=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F41 is #3080BE. Grayscale: #909090. Windows color (decimal): -3178687 or 4292559. OLE color: 4292559.
HSL color Cylindrical-coordinate representation of color #CF7F41: hue angle of 26.2º 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 #CF7F41 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 65 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.19 |
| HSL | 26.2º | 0.6% | 0.53% | - |
| HSV(B) | 26.2º | 0.69% | 0.81% | - |
| XYZ | 34.28 | 28.83 | 8.76 | - |
| YUV | 143.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 65 | 0 | 0.39 | 0.69 | 0.19 | 26.2 | 0.6 | 0.53 |
| Hex | CF | 7F | 41 | 0 | 27 | 45 | 13 | 1A | 3C | 35 |
| Octal | 317 | 177 | 101 | 0 | 47 | 105 | 23 | 32 | 74 | 65 |
| Binary | 11001111 | 1111111 | 1000001 | 0 | 100111 | 1000101 | 10011 | 11010 | 111100 | 110101 |
Color Harmonies of #CF7F41
Complementary color
Monochromatic Colors of #CF7F41
Black with #CF7F41
Text Example
Text Example
White with #CF7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F41; }
p { color: rgb(207,127,65); }
H1.HeaderClassName
{
color: #CF7F41;
}
.AnyTagClassName
{
color: #CF7F41;
}
</style>
background-color css
<style>
a { background-color: #CF7F41; }
a { background-color: rgb(207,127,65); }
div.DivClassName
{
background-color: #CF7F41;
}
.BgClassName
{
background-color: #CF7F41;
}
</style>
border-color css
<style>
span { border-color: #CF7F41; }
span { border-color: rgb(207,127,65); }
td.TdClassName
{
border-color: #CF7F41;
}
.TagClassName
{
border-color: #CF7F41;
}
</style>