Shades of Raw Sienna #CD7A42
Tints of Raw Sienna #CD7A42
RGB
CMYK
RGB Variations
Color information
#CD7A42 (or 0xCD7A42) is known color: Raw Sienna. HEX triplet: CD, 7A and 42. RGB value is (205,122,66). Sum of RGB (Red+Green+Blue) = 205+122+66=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A42 is #3285BD. Grayscale: #8C8C8C. Windows color (decimal): -3311038 or 4356813. OLE color: 4356813.
HSL color Cylindrical-coordinate representation of color #CD7A42: hue angle of 24.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD7A42 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 66 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.20 |
| HSL | 24.17º | 0.58% | 0.53% | - |
| HSV(B) | 24.17º | 0.68% | 0.8% | - |
| XYZ | 33.12 | 27.29 | 8.68 | - |
| YUV | 140.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 66 | 0 | 0.40 | 0.68 | 0.20 | 24.17 | 0.58 | 0.53 |
| Hex | CD | 7A | 42 | 0 | 28 | 44 | 14 | 18 | 3A | 35 |
| Octal | 315 | 172 | 102 | 0 | 50 | 104 | 24 | 30 | 72 | 65 |
| Binary | 11001101 | 1111010 | 1000010 | 0 | 101000 | 1000100 | 10100 | 11000 | 111010 | 110101 |
Color Harmonies of #CD7A42
Complementary color
Monochromatic Colors of #CD7A42
Black with #CD7A42
Text Example
Text Example
White with #CD7A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A42; }
p { color: rgb(205,122,66); }
H1.HeaderClassName
{
color: #CD7A42;
}
.AnyTagClassName
{
color: #CD7A42;
}
</style>
background-color css
<style>
a { background-color: #CD7A42; }
a { background-color: rgb(205,122,66); }
div.DivClassName
{
background-color: #CD7A42;
}
.BgClassName
{
background-color: #CD7A42;
}
</style>
border-color css
<style>
span { border-color: #CD7A42; }
span { border-color: rgb(205,122,66); }
td.TdClassName
{
border-color: #CD7A42;
}
.TagClassName
{
border-color: #CD7A42;
}
</style>