Shades of Raw Sienna #CC7544
Tints of Raw Sienna #CC7544
RGB
CMYK
RGB Variations
Color information
#CC7544 (or 0xCC7544) is known color: Raw Sienna. HEX triplet: CC, 75 and 44. RGB value is (204,117,68). Sum of RGB (Red+Green+Blue) = 204+117+68=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7544 is #338ABB. Grayscale: #898989. Windows color (decimal): -3377852 or 4486604. OLE color: 4486604.
HSL color Cylindrical-coordinate representation of color #CC7544: hue angle of 21.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC7544 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 68 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.2 |
| HSL | 21.62º | 0.57% | 0.53% | - |
| HSV(B) | 21.62º | 0.67% | 0.8% | - |
| XYZ | 32.31 | 25.98 | 8.78 | - |
| YUV | 137.43 | 88.82 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 68 | 0 | 0.43 | 0.67 | 0.2 | 21.62 | 0.57 | 0.53 |
| Hex | CC | 75 | 44 | 0 | 2B | 43 | 14 | 16 | 39 | 35 |
| Octal | 314 | 165 | 104 | 0 | 53 | 103 | 24 | 26 | 71 | 65 |
| Binary | 11001100 | 1110101 | 1000100 | 0 | 101011 | 1000011 | 10100 | 10110 | 111001 | 110101 |
Color Harmonies of #CC7544
Complementary color
Monochromatic Colors of #CC7544
Black with #CC7544
Text Example
Text Example
White with #CC7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7544; }
p { color: rgb(204,117,68); }
H1.HeaderClassName
{
color: #CC7544;
}
.AnyTagClassName
{
color: #CC7544;
}
</style>
background-color css
<style>
a { background-color: #CC7544; }
a { background-color: rgb(204,117,68); }
div.DivClassName
{
background-color: #CC7544;
}
.BgClassName
{
background-color: #CC7544;
}
</style>
border-color css
<style>
span { border-color: #CC7544; }
span { border-color: rgb(204,117,68); }
td.TdClassName
{
border-color: #CC7544;
}
.TagClassName
{
border-color: #CC7544;
}
</style>