Shades of Raw Sienna #CD7C41
Tints of Raw Sienna #CD7C41
RGB
CMYK
RGB Variations
Color information
#CD7C41 (or 0xCD7C41) is known color: Raw Sienna. HEX triplet: CD, 7C and 41. RGB value is (205,124,65). Sum of RGB (Red+Green+Blue) = 205+124+65=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C41 is #3283BE. Grayscale: #8D8D8D. Windows color (decimal): -3310527 or 4291789. OLE color: 4291789.
HSL color Cylindrical-coordinate representation of color #CD7C41: hue angle of 25.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD7C41 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 65 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.20 |
| HSL | 25.29º | 0.58% | 0.53% | - |
| HSV(B) | 25.29º | 0.68% | 0.8% | - |
| XYZ | 33.34 | 27.78 | 8.61 | - |
| YUV | 141.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 65 | 0 | 0.40 | 0.68 | 0.20 | 25.29 | 0.58 | 0.53 |
| Hex | CD | 7C | 41 | 0 | 28 | 44 | 14 | 19 | 3A | 35 |
| Octal | 315 | 174 | 101 | 0 | 50 | 104 | 24 | 31 | 72 | 65 |
| Binary | 11001101 | 1111100 | 1000001 | 0 | 101000 | 1000100 | 10100 | 11001 | 111010 | 110101 |
Color Harmonies of #CD7C41
Complementary color
Monochromatic Colors of #CD7C41
Black with #CD7C41
Text Example
Text Example
White with #CD7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C41; }
p { color: rgb(205,124,65); }
H1.HeaderClassName
{
color: #CD7C41;
}
.AnyTagClassName
{
color: #CD7C41;
}
</style>
background-color css
<style>
a { background-color: #CD7C41; }
a { background-color: rgb(205,124,65); }
div.DivClassName
{
background-color: #CD7C41;
}
.BgClassName
{
background-color: #CD7C41;
}
</style>
border-color css
<style>
span { border-color: #CD7C41; }
span { border-color: rgb(205,124,65); }
td.TdClassName
{
border-color: #CD7C41;
}
.TagClassName
{
border-color: #CD7C41;
}
</style>