Shades of Raw Sienna #CF784A
Tints of Raw Sienna #CF784A
RGB
CMYK
RGB Variations
Color information
#CF784A (or 0xCF784A) is known color: Raw Sienna. HEX triplet: CF, 78 and 4A. RGB value is (207,120,74). Sum of RGB (Red+Green+Blue) = 207+120+74=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF784A is #3087B5. Grayscale: #8D8D8D. Windows color (decimal): -3180470 or 4880591. OLE color: 4880591.
HSL color Cylindrical-coordinate representation of color #CF784A: hue angle of 20.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF784A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 74 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.19 |
| HSL | 20.75º | 0.58% | 0.55% | - |
| HSV(B) | 20.75º | 0.64% | 0.81% | - |
| XYZ | 33.68 | 27.19 | 9.95 | - |
| YUV | 140.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 74 | 0 | 0.42 | 0.64 | 0.19 | 20.75 | 0.58 | 0.55 |
| Hex | CF | 78 | 4A | 0 | 2A | 40 | 13 | 15 | 3A | 37 |
| Octal | 317 | 170 | 112 | 0 | 52 | 100 | 23 | 25 | 72 | 67 |
| Binary | 11001111 | 1111000 | 1001010 | 0 | 101010 | 1000000 | 10011 | 10101 | 111010 | 110111 |
Color Harmonies of #CF784A
Complementary color
Monochromatic Colors of #CF784A
Black with #CF784A
Text Example
Text Example
White with #CF784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF784A; }
p { color: rgb(207,120,74); }
H1.HeaderClassName
{
color: #CF784A;
}
.AnyTagClassName
{
color: #CF784A;
}
</style>
background-color css
<style>
a { background-color: #CF784A; }
a { background-color: rgb(207,120,74); }
div.DivClassName
{
background-color: #CF784A;
}
.BgClassName
{
background-color: #CF784A;
}
</style>
border-color css
<style>
span { border-color: #CF784A; }
span { border-color: rgb(207,120,74); }
td.TdClassName
{
border-color: #CF784A;
}
.TagClassName
{
border-color: #CF784A;
}
</style>