Shades of Raw Sienna #CF7D3F
Tints of Raw Sienna #CF7D3F
RGB
CMYK
RGB Variations
Color information
#CF7D3F (or 0xCF7D3F) is known color: Raw Sienna. HEX triplet: CF, 7D and 3F. RGB value is (207,125,63). Sum of RGB (Red+Green+Blue) = 207+125+63=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D3F is #3082C0. Grayscale: #8E8E8E. Windows color (decimal): -3179201 or 4160975. OLE color: 4160975.
HSL color Cylindrical-coordinate representation of color #CF7D3F: hue angle of 25.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF7D3F is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 63 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.19 |
| HSL | 25.83º | 0.6% | 0.53% | - |
| HSV(B) | 25.83º | 0.7% | 0.81% | - |
| XYZ | 33.96 | 28.29 | 8.37 | - |
| YUV | 142.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 63 | 0 | 0.40 | 0.70 | 0.19 | 25.83 | 0.6 | 0.53 |
| Hex | CF | 7D | 3F | 0 | 28 | 46 | 13 | 1A | 3C | 35 |
| Octal | 317 | 175 | 77 | 0 | 50 | 106 | 23 | 32 | 74 | 65 |
| Binary | 11001111 | 1111101 | 111111 | 0 | 101000 | 1000110 | 10011 | 11010 | 111100 | 110101 |
Color Harmonies of #CF7D3F
Complementary color
Monochromatic Colors of #CF7D3F
Black with #CF7D3F
Text Example
Text Example
White with #CF7D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D3F; }
p { color: rgb(207,125,63); }
H1.HeaderClassName
{
color: #CF7D3F;
}
.AnyTagClassName
{
color: #CF7D3F;
}
</style>
background-color css
<style>
a { background-color: #CF7D3F; }
a { background-color: rgb(207,125,63); }
div.DivClassName
{
background-color: #CF7D3F;
}
.BgClassName
{
background-color: #CF7D3F;
}
</style>
border-color css
<style>
span { border-color: #CF7D3F; }
span { border-color: rgb(207,125,63); }
td.TdClassName
{
border-color: #CF7D3F;
}
.TagClassName
{
border-color: #CF7D3F;
}
</style>