Shades of Raw Sienna #CF824F
Tints of Raw Sienna #CF824F
RGB
CMYK
RGB Variations
Color information
#CF824F (or 0xCF824F) is known color: Raw Sienna. HEX triplet: CF, 82 and 4F. RGB value is (207,130,79). Sum of RGB (Red+Green+Blue) = 207+130+79=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF824F is #307DB0. Grayscale: #939393. Windows color (decimal): -3177905 or 5210831. OLE color: 5210831.
HSL color Cylindrical-coordinate representation of color #CF824F: hue angle of 23.91º 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 #CF824F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 79 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.19 |
| HSL | 23.91º | 0.57% | 0.56% | - |
| HSV(B) | 23.91º | 0.62% | 0.81% | - |
| XYZ | 35.13 | 29.8 | 11.3 | - |
| YUV | 147.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 79 | 0 | 0.37 | 0.62 | 0.19 | 23.91 | 0.57 | 0.56 |
| Hex | CF | 82 | 4F | 0 | 25 | 3E | 13 | 18 | 39 | 38 |
| Octal | 317 | 202 | 117 | 0 | 45 | 76 | 23 | 30 | 71 | 70 |
| Binary | 11001111 | 10000010 | 1001111 | 0 | 100101 | 111110 | 10011 | 11000 | 111001 | 111000 |
Color Harmonies of #CF824F
Complementary color
Monochromatic Colors of #CF824F
Black with #CF824F
Text Example
Text Example
White with #CF824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF824F; }
p { color: rgb(207,130,79); }
H1.HeaderClassName
{
color: #CF824F;
}
.AnyTagClassName
{
color: #CF824F;
}
</style>
background-color css
<style>
a { background-color: #CF824F; }
a { background-color: rgb(207,130,79); }
div.DivClassName
{
background-color: #CF824F;
}
.BgClassName
{
background-color: #CF824F;
}
</style>
border-color css
<style>
span { border-color: #CF824F; }
span { border-color: rgb(207,130,79); }
td.TdClassName
{
border-color: #CF824F;
}
.TagClassName
{
border-color: #CF824F;
}
</style>