Shades of Raw Sienna #CF7A3D
Tints of Raw Sienna #CF7A3D
RGB
CMYK
RGB Variations
Color information
#CF7A3D (or 0xCF7A3D) is known color: Raw Sienna. HEX triplet: CF, 7A and 3D. RGB value is (207,122,61). Sum of RGB (Red+Green+Blue) = 207+122+61=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A3D is #3085C2. Grayscale: #8C8C8C. Windows color (decimal): -3179971 or 4029135. OLE color: 4029135.
HSL color Cylindrical-coordinate representation of color #CF7A3D: hue angle of 25.07º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF7A3D is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 61 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.19 |
| HSL | 25.07º | 0.6% | 0.53% | - |
| HSV(B) | 25.07º | 0.71% | 0.81% | - |
| XYZ | 33.53 | 27.52 | 7.96 | - |
| YUV | 140.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 61 | 0 | 0.41 | 0.71 | 0.19 | 25.07 | 0.6 | 0.53 |
| Hex | CF | 7A | 3D | 0 | 29 | 47 | 13 | 19 | 3C | 35 |
| Octal | 317 | 172 | 75 | 0 | 51 | 107 | 23 | 31 | 74 | 65 |
| Binary | 11001111 | 1111010 | 111101 | 0 | 101001 | 1000111 | 10011 | 11001 | 111100 | 110101 |
Color Harmonies of #CF7A3D
Complementary color
Monochromatic Colors of #CF7A3D
Black with #CF7A3D
Text Example
Text Example
White with #CF7A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A3D; }
p { color: rgb(207,122,61); }
H1.HeaderClassName
{
color: #CF7A3D;
}
.AnyTagClassName
{
color: #CF7A3D;
}
</style>
background-color css
<style>
a { background-color: #CF7A3D; }
a { background-color: rgb(207,122,61); }
div.DivClassName
{
background-color: #CF7A3D;
}
.BgClassName
{
background-color: #CF7A3D;
}
</style>
border-color css
<style>
span { border-color: #CF7A3D; }
span { border-color: rgb(207,122,61); }
td.TdClassName
{
border-color: #CF7A3D;
}
.TagClassName
{
border-color: #CF7A3D;
}
</style>