Shades of Raw Sienna #CD7C40
Tints of Raw Sienna #CD7C40
RGB
CMYK
RGB Variations
Color information
#CD7C40 (or 0xCD7C40) is known color: Raw Sienna. HEX triplet: CD, 7C and 40. RGB value is (205,124,64). Sum of RGB (Red+Green+Blue) = 205+124+64=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C40 is #3283BF. Grayscale: #8D8D8D. Windows color (decimal): -3310528 or 4226253. OLE color: 4226253.
HSL color Cylindrical-coordinate representation of color #CD7C40: hue angle of 25.53º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD7C40 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 64 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.20 |
| HSL | 25.53º | 0.59% | 0.53% | - |
| HSV(B) | 25.53º | 0.69% | 0.8% | - |
| XYZ | 33.31 | 27.76 | 8.45 | - |
| YUV | 141.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 64 | 0 | 0.40 | 0.69 | 0.20 | 25.53 | 0.59 | 0.53 |
| Hex | CD | 7C | 40 | 0 | 28 | 45 | 14 | 1A | 3B | 35 |
| Octal | 315 | 174 | 100 | 0 | 50 | 105 | 24 | 32 | 73 | 65 |
| Binary | 11001101 | 1111100 | 1000000 | 0 | 101000 | 1000101 | 10100 | 11010 | 111011 | 110101 |
Color Harmonies of #CD7C40
Complementary color
Monochromatic Colors of #CD7C40
Black with #CD7C40
Text Example
Text Example
White with #CD7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C40; }
p { color: rgb(205,124,64); }
H1.HeaderClassName
{
color: #CD7C40;
}
.AnyTagClassName
{
color: #CD7C40;
}
</style>
background-color css
<style>
a { background-color: #CD7C40; }
a { background-color: rgb(205,124,64); }
div.DivClassName
{
background-color: #CD7C40;
}
.BgClassName
{
background-color: #CD7C40;
}
</style>
border-color css
<style>
span { border-color: #CD7C40; }
span { border-color: rgb(205,124,64); }
td.TdClassName
{
border-color: #CD7C40;
}
.TagClassName
{
border-color: #CD7C40;
}
</style>