Shades of Raw Sienna #CC7940
Tints of Raw Sienna #CC7940
RGB
CMYK
RGB Variations
Color information
#CC7940 (or 0xCC7940) is known color: Raw Sienna. HEX triplet: CC, 79 and 40. RGB value is (204,121,64). Sum of RGB (Red+Green+Blue) = 204+121+64=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7940 is #3386BF. Grayscale: #8B8B8B. Windows color (decimal): -3376832 or 4225484. OLE color: 4225484.
HSL color Cylindrical-coordinate representation of color #CC7940: hue angle of 24.43º degrees, saturation: 0.58, 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 #CC7940 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 64 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.2 |
| HSL | 24.43º | 0.58% | 0.53% | - |
| HSV(B) | 24.43º | 0.69% | 0.8% | - |
| XYZ | 32.66 | 26.88 | 8.32 | - |
| YUV | 139.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 64 | 0 | 0.41 | 0.69 | 0.2 | 24.43 | 0.58 | 0.53 |
| Hex | CC | 79 | 40 | 0 | 29 | 45 | 14 | 18 | 3A | 35 |
| Octal | 314 | 171 | 100 | 0 | 51 | 105 | 24 | 30 | 72 | 65 |
| Binary | 11001100 | 1111001 | 1000000 | 0 | 101001 | 1000101 | 10100 | 11000 | 111010 | 110101 |
Color Harmonies of #CC7940
Complementary color
Monochromatic Colors of #CC7940
Black with #CC7940
Text Example
Text Example
White with #CC7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7940; }
p { color: rgb(204,121,64); }
H1.HeaderClassName
{
color: #CC7940;
}
.AnyTagClassName
{
color: #CC7940;
}
</style>
background-color css
<style>
a { background-color: #CC7940; }
a { background-color: rgb(204,121,64); }
div.DivClassName
{
background-color: #CC7940;
}
.BgClassName
{
background-color: #CC7940;
}
</style>
border-color css
<style>
span { border-color: #CC7940; }
span { border-color: rgb(204,121,64); }
td.TdClassName
{
border-color: #CC7940;
}
.TagClassName
{
border-color: #CC7940;
}
</style>