Shades of Raw Sienna #CC7748
Tints of Raw Sienna #CC7748
RGB
CMYK
RGB Variations
Color information
#CC7748 (or 0xCC7748) is known color: Raw Sienna. HEX triplet: CC, 77 and 48. RGB value is (204,119,72). Sum of RGB (Red+Green+Blue) = 204+119+72=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7748 is #3388B7. Grayscale: #8B8B8B. Windows color (decimal): -3377336 or 4749260. OLE color: 4749260.
HSL color Cylindrical-coordinate representation of color #CC7748: hue angle of 21.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC7748 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 72 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.2 |
| HSL | 21.36º | 0.56% | 0.54% | - |
| HSV(B) | 21.36º | 0.65% | 0.8% | - |
| XYZ | 32.67 | 26.5 | 9.52 | - |
| YUV | 139.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 72 | 0 | 0.42 | 0.65 | 0.2 | 21.36 | 0.56 | 0.54 |
| Hex | CC | 77 | 48 | 0 | 2A | 41 | 14 | 15 | 38 | 36 |
| Octal | 314 | 167 | 110 | 0 | 52 | 101 | 24 | 25 | 70 | 66 |
| Binary | 11001100 | 1110111 | 1001000 | 0 | 101010 | 1000001 | 10100 | 10101 | 111000 | 110110 |
Color Harmonies of #CC7748
Complementary color
Monochromatic Colors of #CC7748
Black with #CC7748
Text Example
Text Example
White with #CC7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7748; }
p { color: rgb(204,119,72); }
H1.HeaderClassName
{
color: #CC7748;
}
.AnyTagClassName
{
color: #CC7748;
}
</style>
background-color css
<style>
a { background-color: #CC7748; }
a { background-color: rgb(204,119,72); }
div.DivClassName
{
background-color: #CC7748;
}
.BgClassName
{
background-color: #CC7748;
}
</style>
border-color css
<style>
span { border-color: #CC7748; }
span { border-color: rgb(204,119,72); }
td.TdClassName
{
border-color: #CC7748;
}
.TagClassName
{
border-color: #CC7748;
}
</style>