Shades of Raw Sienna #CC7741
Tints of Raw Sienna #CC7741
RGB
CMYK
RGB Variations
Color information
#CC7741 (or 0xCC7741) is known color: Raw Sienna. HEX triplet: CC, 77 and 41. RGB value is (204,119,65). Sum of RGB (Red+Green+Blue) = 204+119+65=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7741 is #3388BE. Grayscale: #8A8A8A. Windows color (decimal): -3377343 or 4290508. OLE color: 4290508.
HSL color Cylindrical-coordinate representation of color #CC7741: hue angle of 23.31º 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 #CC7741 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 65 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.2 |
| HSL | 23.31º | 0.58% | 0.53% | - |
| HSV(B) | 23.31º | 0.68% | 0.8% | - |
| XYZ | 32.45 | 26.41 | 8.39 | - |
| YUV | 138.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 65 | 0 | 0.42 | 0.68 | 0.2 | 23.31 | 0.58 | 0.53 |
| Hex | CC | 77 | 41 | 0 | 2A | 44 | 14 | 17 | 3A | 35 |
| Octal | 314 | 167 | 101 | 0 | 52 | 104 | 24 | 27 | 72 | 65 |
| Binary | 11001100 | 1110111 | 1000001 | 0 | 101010 | 1000100 | 10100 | 10111 | 111010 | 110101 |
Color Harmonies of #CC7741
Complementary color
Monochromatic Colors of #CC7741
Black with #CC7741
Text Example
Text Example
White with #CC7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7741; }
p { color: rgb(204,119,65); }
H1.HeaderClassName
{
color: #CC7741;
}
.AnyTagClassName
{
color: #CC7741;
}
</style>
background-color css
<style>
a { background-color: #CC7741; }
a { background-color: rgb(204,119,65); }
div.DivClassName
{
background-color: #CC7741;
}
.BgClassName
{
background-color: #CC7741;
}
</style>
border-color css
<style>
span { border-color: #CC7741; }
span { border-color: rgb(204,119,65); }
td.TdClassName
{
border-color: #CC7741;
}
.TagClassName
{
border-color: #CC7741;
}
</style>