Shades of Raw Sienna #CD7B49
Tints of Raw Sienna #CD7B49
RGB
CMYK
RGB Variations
Color information
#CD7B49 (or 0xCD7B49) is known color: Raw Sienna. HEX triplet: CD, 7B and 49. RGB value is (205,123,73). Sum of RGB (Red+Green+Blue) = 205+123+73=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B49 is #3284B6. Grayscale: #8E8E8E. Windows color (decimal): -3310775 or 4815821. OLE color: 4815821.
HSL color Cylindrical-coordinate representation of color #CD7B49: hue angle of 22.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD7B49 is Cyan = 0, Magento = 0.4, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 73 | - |
| CMYK | 0 | 0.4 | 0.64 | 0.20 |
| HSL | 22.73º | 0.57% | 0.55% | - |
| HSV(B) | 22.73º | 0.64% | 0.8% | - |
| XYZ | 33.46 | 27.63 | 9.87 | - |
| YUV | 141.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 73 | 0 | 0.4 | 0.64 | 0.20 | 22.73 | 0.57 | 0.55 |
| Hex | CD | 7B | 49 | 0 | 28 | 40 | 14 | 17 | 39 | 37 |
| Octal | 315 | 173 | 111 | 0 | 50 | 100 | 24 | 27 | 71 | 67 |
| Binary | 11001101 | 1111011 | 1001001 | 0 | 101000 | 1000000 | 10100 | 10111 | 111001 | 110111 |
Color Harmonies of #CD7B49
Complementary color
Monochromatic Colors of #CD7B49
Black with #CD7B49
Text Example
Text Example
White with #CD7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B49; }
p { color: rgb(205,123,73); }
H1.HeaderClassName
{
color: #CD7B49;
}
.AnyTagClassName
{
color: #CD7B49;
}
</style>
background-color css
<style>
a { background-color: #CD7B49; }
a { background-color: rgb(205,123,73); }
div.DivClassName
{
background-color: #CD7B49;
}
.BgClassName
{
background-color: #CD7B49;
}
</style>
border-color css
<style>
span { border-color: #CD7B49; }
span { border-color: rgb(205,123,73); }
td.TdClassName
{
border-color: #CD7B49;
}
.TagClassName
{
border-color: #CD7B49;
}
</style>