Shades of Raw Sienna #CC8750
Tints of Raw Sienna #CC8750
RGB
CMYK
RGB Variations
Color information
#CC8750 (or 0xCC8750) is known color: Raw Sienna. HEX triplet: CC, 87 and 50. RGB value is (204,135,80). Sum of RGB (Red+Green+Blue) = 204+135+80=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8750 is #3378AF. Grayscale: #959595. Windows color (decimal): -3373232 or 5277644. OLE color: 5277644.
HSL color Cylindrical-coordinate representation of color #CC8750: hue angle of 26.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC8750 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 80 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.2 |
| HSL | 26.61º | 0.55% | 0.56% | - |
| HSV(B) | 26.61º | 0.61% | 0.8% | - |
| XYZ | 35.01 | 30.74 | 11.68 | - |
| YUV | 149.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 80 | 0 | 0.34 | 0.61 | 0.2 | 26.61 | 0.55 | 0.56 |
| Hex | CC | 87 | 50 | 0 | 22 | 3D | 14 | 1B | 37 | 38 |
| Octal | 314 | 207 | 120 | 0 | 42 | 75 | 24 | 33 | 67 | 70 |
| Binary | 11001100 | 10000111 | 1010000 | 0 | 100010 | 111101 | 10100 | 11011 | 110111 | 111000 |
Color Harmonies of #CC8750
Complementary color
Monochromatic Colors of #CC8750
Black with #CC8750
Text Example
Text Example
White with #CC8750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8750; }
p { color: rgb(204,135,80); }
H1.HeaderClassName
{
color: #CC8750;
}
.AnyTagClassName
{
color: #CC8750;
}
</style>
background-color css
<style>
a { background-color: #CC8750; }
a { background-color: rgb(204,135,80); }
div.DivClassName
{
background-color: #CC8750;
}
.BgClassName
{
background-color: #CC8750;
}
</style>
border-color css
<style>
span { border-color: #CC8750; }
span { border-color: rgb(204,135,80); }
td.TdClassName
{
border-color: #CC8750;
}
.TagClassName
{
border-color: #CC8750;
}
</style>