Shades of Raw Sienna #CF814F
Tints of Raw Sienna #CF814F
RGB
CMYK
RGB Variations
Color information
#CF814F (or 0xCF814F) is known color: Raw Sienna. HEX triplet: CF, 81 and 4F. RGB value is (207,129,79). Sum of RGB (Red+Green+Blue) = 207+129+79=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF814F is #307EB0. Grayscale: #929292. Windows color (decimal): -3178161 or 5210575. OLE color: 5210575.
HSL color Cylindrical-coordinate representation of color #CF814F: hue angle of 23.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF814F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 79 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.19 |
| HSL | 23.44º | 0.57% | 0.56% | - |
| HSV(B) | 23.44º | 0.62% | 0.81% | - |
| XYZ | 34.99 | 29.53 | 11.25 | - |
| YUV | 146.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 79 | 0 | 0.38 | 0.62 | 0.19 | 23.44 | 0.57 | 0.56 |
| Hex | CF | 81 | 4F | 0 | 26 | 3E | 13 | 17 | 39 | 38 |
| Octal | 317 | 201 | 117 | 0 | 46 | 76 | 23 | 27 | 71 | 70 |
| Binary | 11001111 | 10000001 | 1001111 | 0 | 100110 | 111110 | 10011 | 10111 | 111001 | 111000 |
Color Harmonies of #CF814F
Complementary color
Monochromatic Colors of #CF814F
Black with #CF814F
Text Example
Text Example
White with #CF814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF814F; }
p { color: rgb(207,129,79); }
H1.HeaderClassName
{
color: #CF814F;
}
.AnyTagClassName
{
color: #CF814F;
}
</style>
background-color css
<style>
a { background-color: #CF814F; }
a { background-color: rgb(207,129,79); }
div.DivClassName
{
background-color: #CF814F;
}
.BgClassName
{
background-color: #CF814F;
}
</style>
border-color css
<style>
span { border-color: #CF814F; }
span { border-color: rgb(207,129,79); }
td.TdClassName
{
border-color: #CF814F;
}
.TagClassName
{
border-color: #CF814F;
}
</style>