Shades of Raw Sienna #CC824D
Tints of Raw Sienna #CC824D
RGB
CMYK
RGB Variations
Color information
#CC824D (or 0xCC824D) is known color: Raw Sienna. HEX triplet: CC, 82 and 4D. RGB value is (204,130,77). Sum of RGB (Red+Green+Blue) = 204+130+77=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC824D is #337DB2. Grayscale: #929292. Windows color (decimal): -3374515 or 5079756. OLE color: 5079756.
HSL color Cylindrical-coordinate representation of color #CC824D: hue angle of 25.04º 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 #CC824D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 77 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.2 |
| HSL | 25.04º | 0.55% | 0.55% | - |
| HSV(B) | 25.04º | 0.62% | 0.8% | - |
| XYZ | 34.22 | 29.34 | 10.88 | - |
| YUV | 146.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 77 | 0 | 0.36 | 0.62 | 0.2 | 25.04 | 0.55 | 0.55 |
| Hex | CC | 82 | 4D | 0 | 24 | 3E | 14 | 19 | 37 | 37 |
| Octal | 314 | 202 | 115 | 0 | 44 | 76 | 24 | 31 | 67 | 67 |
| Binary | 11001100 | 10000010 | 1001101 | 0 | 100100 | 111110 | 10100 | 11001 | 110111 | 110111 |
Color Harmonies of #CC824D
Complementary color
Monochromatic Colors of #CC824D
Black with #CC824D
Text Example
Text Example
White with #CC824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC824D; }
p { color: rgb(204,130,77); }
H1.HeaderClassName
{
color: #CC824D;
}
.AnyTagClassName
{
color: #CC824D;
}
</style>
background-color css
<style>
a { background-color: #CC824D; }
a { background-color: rgb(204,130,77); }
div.DivClassName
{
background-color: #CC824D;
}
.BgClassName
{
background-color: #CC824D;
}
</style>
border-color css
<style>
span { border-color: #CC824D; }
span { border-color: rgb(204,130,77); }
td.TdClassName
{
border-color: #CC824D;
}
.TagClassName
{
border-color: #CC824D;
}
</style>