Shades of Raw Sienna #CD824A
Tints of Raw Sienna #CD824A
RGB
CMYK
RGB Variations
Color information
#CD824A (or 0xCD824A) is known color: Raw Sienna. HEX triplet: CD, 82 and 4A. RGB value is (205,130,74). Sum of RGB (Red+Green+Blue) = 205+130+74=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD824A is #327DB5. Grayscale: #929292. Windows color (decimal): -3308982 or 4883149. OLE color: 4883149.
HSL color Cylindrical-coordinate representation of color #CD824A: hue angle of 25.65º 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 #CD824A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 74 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.20 |
| HSL | 25.65º | 0.57% | 0.55% | - |
| HSV(B) | 25.65º | 0.64% | 0.8% | - |
| XYZ | 34.4 | 29.44 | 10.35 | - |
| YUV | 146.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 74 | 0 | 0.37 | 0.64 | 0.20 | 25.65 | 0.57 | 0.55 |
| Hex | CD | 82 | 4A | 0 | 25 | 40 | 14 | 1A | 39 | 37 |
| Octal | 315 | 202 | 112 | 0 | 45 | 100 | 24 | 32 | 71 | 67 |
| Binary | 11001101 | 10000010 | 1001010 | 0 | 100101 | 1000000 | 10100 | 11010 | 111001 | 110111 |
Color Harmonies of #CD824A
Complementary color
Monochromatic Colors of #CD824A
Black with #CD824A
Text Example
Text Example
White with #CD824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD824A; }
p { color: rgb(205,130,74); }
H1.HeaderClassName
{
color: #CD824A;
}
.AnyTagClassName
{
color: #CD824A;
}
</style>
background-color css
<style>
a { background-color: #CD824A; }
a { background-color: rgb(205,130,74); }
div.DivClassName
{
background-color: #CD824A;
}
.BgClassName
{
background-color: #CD824A;
}
</style>
border-color css
<style>
span { border-color: #CD824A; }
span { border-color: rgb(205,130,74); }
td.TdClassName
{
border-color: #CD824A;
}
.TagClassName
{
border-color: #CD824A;
}
</style>