Shades of Raw Sienna #C97C49
Tints of Raw Sienna #C97C49
RGB
CMYK
RGB Variations
Color information
#C97C49 (or 0xC97C49) is known color: Raw Sienna. HEX triplet: C9, 7C and 49. RGB value is (201,124,73). Sum of RGB (Red+Green+Blue) = 201+124+73=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C49 is #3683B6. Grayscale: #8D8D8D. Windows color (decimal): -3572663 or 4816073. OLE color: 4816073.
HSL color Cylindrical-coordinate representation of color #C97C49: hue angle of 23.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C97C49 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 73 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.21 |
| HSL | 23.91º | 0.54% | 0.54% | - |
| HSV(B) | 23.91º | 0.64% | 0.79% | - |
| XYZ | 32.5 | 27.31 | 9.86 | - |
| YUV | 141.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 73 | 0 | 0.38 | 0.64 | 0.21 | 23.91 | 0.54 | 0.54 |
| Hex | C9 | 7C | 49 | 0 | 26 | 40 | 15 | 18 | 36 | 36 |
| Octal | 311 | 174 | 111 | 0 | 46 | 100 | 25 | 30 | 66 | 66 |
| Binary | 11001001 | 1111100 | 1001001 | 0 | 100110 | 1000000 | 10101 | 11000 | 110110 | 110110 |
Color Harmonies of #C97C49
Complementary color
Monochromatic Colors of #C97C49
Black with #C97C49
Text Example
Text Example
White with #C97C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C49; }
p { color: rgb(201,124,73); }
H1.HeaderClassName
{
color: #C97C49;
}
.AnyTagClassName
{
color: #C97C49;
}
</style>
background-color css
<style>
a { background-color: #C97C49; }
a { background-color: rgb(201,124,73); }
div.DivClassName
{
background-color: #C97C49;
}
.BgClassName
{
background-color: #C97C49;
}
</style>
border-color css
<style>
span { border-color: #C97C49; }
span { border-color: rgb(201,124,73); }
td.TdClassName
{
border-color: #C97C49;
}
.TagClassName
{
border-color: #C97C49;
}
</style>