Shades of Raw Sienna #C97B4A
Tints of Raw Sienna #C97B4A
RGB
CMYK
RGB Variations
Color information
#C97B4A (or 0xC97B4A) is known color: Raw Sienna. HEX triplet: C9, 7B and 4A. RGB value is (201,123,74). Sum of RGB (Red+Green+Blue) = 201+123+74=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B4A is #3684B5. Grayscale: #8D8D8D. Windows color (decimal): -3572918 or 4881353. OLE color: 4881353.
HSL color Cylindrical-coordinate representation of color #C97B4A: hue angle of 23.15º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C97B4A is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 74 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.21 |
| HSL | 23.15º | 0.54% | 0.54% | - |
| HSV(B) | 23.15º | 0.63% | 0.79% | - |
| XYZ | 32.41 | 27.08 | 10 | - |
| YUV | 140.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 74 | 0 | 0.39 | 0.63 | 0.21 | 23.15 | 0.54 | 0.54 |
| Hex | C9 | 7B | 4A | 0 | 27 | 3F | 15 | 17 | 36 | 36 |
| Octal | 311 | 173 | 112 | 0 | 47 | 77 | 25 | 27 | 66 | 66 |
| Binary | 11001001 | 1111011 | 1001010 | 0 | 100111 | 111111 | 10101 | 10111 | 110110 | 110110 |
Color Harmonies of #C97B4A
Complementary color
Monochromatic Colors of #C97B4A
Black with #C97B4A
Text Example
Text Example
White with #C97B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B4A; }
p { color: rgb(201,123,74); }
H1.HeaderClassName
{
color: #C97B4A;
}
.AnyTagClassName
{
color: #C97B4A;
}
</style>
background-color css
<style>
a { background-color: #C97B4A; }
a { background-color: rgb(201,123,74); }
div.DivClassName
{
background-color: #C97B4A;
}
.BgClassName
{
background-color: #C97B4A;
}
</style>
border-color css
<style>
span { border-color: #C97B4A; }
span { border-color: rgb(201,123,74); }
td.TdClassName
{
border-color: #C97B4A;
}
.TagClassName
{
border-color: #C97B4A;
}
</style>