Shades of Raw Sienna #C97D51
Tints of Raw Sienna #C97D51
RGB
CMYK
RGB Variations
Color information
#C97D51 (or 0xC97D51) is known color: Raw Sienna. HEX triplet: C9, 7D and 51. RGB value is (201,125,81). Sum of RGB (Red+Green+Blue) = 201+125+81=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D51 is #3682AE. Grayscale: #8E8E8E. Windows color (decimal): -3572399 or 5340617. OLE color: 5340617.
HSL color Cylindrical-coordinate representation of color #C97D51: hue angle of 22º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C97D51 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 81 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.21 |
| HSL | 22º | 0.53% | 0.55% | - |
| HSV(B) | 22º | 0.6% | 0.79% | - |
| XYZ | 32.91 | 27.68 | 11.39 | - |
| YUV | 142.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 81 | 0 | 0.38 | 0.60 | 0.21 | 22 | 0.53 | 0.55 |
| Hex | C9 | 7D | 51 | 0 | 26 | 3C | 15 | 16 | 35 | 37 |
| Octal | 311 | 175 | 121 | 0 | 46 | 74 | 25 | 26 | 65 | 67 |
| Binary | 11001001 | 1111101 | 1010001 | 0 | 100110 | 111100 | 10101 | 10110 | 110101 | 110111 |
Color Harmonies of #C97D51
Complementary color
Monochromatic Colors of #C97D51
Black with #C97D51
Text Example
Text Example
White with #C97D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D51; }
p { color: rgb(201,125,81); }
H1.HeaderClassName
{
color: #C97D51;
}
.AnyTagClassName
{
color: #C97D51;
}
</style>
background-color css
<style>
a { background-color: #C97D51; }
a { background-color: rgb(201,125,81); }
div.DivClassName
{
background-color: #C97D51;
}
.BgClassName
{
background-color: #C97D51;
}
</style>
border-color css
<style>
span { border-color: #C97D51; }
span { border-color: rgb(201,125,81); }
td.TdClassName
{
border-color: #C97D51;
}
.TagClassName
{
border-color: #C97D51;
}
</style>