Shades of Raw Sienna #CC854D
Tints of Raw Sienna #CC854D
RGB
CMYK
RGB Variations
Color information
#CC854D (or 0xCC854D) is known color: Raw Sienna. HEX triplet: CC, 85 and 4D. RGB value is (204,133,77). Sum of RGB (Red+Green+Blue) = 204+133+77=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC854D is #337AB2. Grayscale: #949494. Windows color (decimal): -3373747 or 5080524. OLE color: 5080524.
HSL color Cylindrical-coordinate representation of color #CC854D: hue angle of 26.46º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC854D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 77 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.2 |
| HSL | 26.46º | 0.55% | 0.55% | - |
| HSV(B) | 26.46º | 0.62% | 0.8% | - |
| XYZ | 34.63 | 30.15 | 11.02 | - |
| YUV | 147.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 77 | 0 | 0.35 | 0.62 | 0.2 | 26.46 | 0.55 | 0.55 |
| Hex | CC | 85 | 4D | 0 | 23 | 3E | 14 | 1A | 37 | 37 |
| Octal | 314 | 205 | 115 | 0 | 43 | 76 | 24 | 32 | 67 | 67 |
| Binary | 11001100 | 10000101 | 1001101 | 0 | 100011 | 111110 | 10100 | 11010 | 110111 | 110111 |
Color Harmonies of #CC854D
Complementary color
Monochromatic Colors of #CC854D
Black with #CC854D
Text Example
Text Example
White with #CC854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC854D; }
p { color: rgb(204,133,77); }
H1.HeaderClassName
{
color: #CC854D;
}
.AnyTagClassName
{
color: #CC854D;
}
</style>
background-color css
<style>
a { background-color: #CC854D; }
a { background-color: rgb(204,133,77); }
div.DivClassName
{
background-color: #CC854D;
}
.BgClassName
{
background-color: #CC854D;
}
</style>
border-color css
<style>
span { border-color: #CC854D; }
span { border-color: rgb(204,133,77); }
td.TdClassName
{
border-color: #CC854D;
}
.TagClassName
{
border-color: #CC854D;
}
</style>