Shades of Raw Sienna #CF8248
Tints of Raw Sienna #CF8248
RGB
CMYK
RGB Variations
Color information
#CF8248 (or 0xCF8248) is known color: Raw Sienna. HEX triplet: CF, 82 and 48. RGB value is (207,130,72). Sum of RGB (Red+Green+Blue) = 207+130+72=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8248 is #307DB7. Grayscale: #929292. Windows color (decimal): -3177912 or 4752079. OLE color: 4752079.
HSL color Cylindrical-coordinate representation of color #CF8248: hue angle of 25.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8248 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 72 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.19 |
| HSL | 25.78º | 0.58% | 0.55% | - |
| HSV(B) | 25.78º | 0.65% | 0.81% | - |
| XYZ | 34.88 | 29.7 | 10.02 | - |
| YUV | 146.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 72 | 0 | 0.37 | 0.65 | 0.19 | 25.78 | 0.58 | 0.55 |
| Hex | CF | 82 | 48 | 0 | 25 | 41 | 13 | 1A | 3A | 37 |
| Octal | 317 | 202 | 110 | 0 | 45 | 101 | 23 | 32 | 72 | 67 |
| Binary | 11001111 | 10000010 | 1001000 | 0 | 100101 | 1000001 | 10011 | 11010 | 111010 | 110111 |
Color Harmonies of #CF8248
Complementary color
Monochromatic Colors of #CF8248
Black with #CF8248
Text Example
Text Example
White with #CF8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8248; }
p { color: rgb(207,130,72); }
H1.HeaderClassName
{
color: #CF8248;
}
.AnyTagClassName
{
color: #CF8248;
}
</style>
background-color css
<style>
a { background-color: #CF8248; }
a { background-color: rgb(207,130,72); }
div.DivClassName
{
background-color: #CF8248;
}
.BgClassName
{
background-color: #CF8248;
}
</style>
border-color css
<style>
span { border-color: #CF8248; }
span { border-color: rgb(207,130,72); }
td.TdClassName
{
border-color: #CF8248;
}
.TagClassName
{
border-color: #CF8248;
}
</style>