Shades of Raw Sienna #CD8146
Tints of Raw Sienna #CD8146
RGB
CMYK
RGB Variations
Color information
#CD8146 (or 0xCD8146) is known color: Raw Sienna. HEX triplet: CD, 81 and 46. RGB value is (205,129,70). Sum of RGB (Red+Green+Blue) = 205+129+70=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8146 is #327EB9. Grayscale: #919191. Windows color (decimal): -3309242 or 4620749. OLE color: 4620749.
HSL color Cylindrical-coordinate representation of color #CD8146: hue angle of 26.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD8146 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 70 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.20 |
| HSL | 26.22º | 0.57% | 0.54% | - |
| HSV(B) | 26.22º | 0.66% | 0.8% | - |
| XYZ | 34.13 | 29.12 | 9.62 | - |
| YUV | 145 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 70 | 0 | 0.37 | 0.66 | 0.20 | 26.22 | 0.57 | 0.54 |
| Hex | CD | 81 | 46 | 0 | 25 | 42 | 14 | 1A | 39 | 36 |
| Octal | 315 | 201 | 106 | 0 | 45 | 102 | 24 | 32 | 71 | 66 |
| Binary | 11001101 | 10000001 | 1000110 | 0 | 100101 | 1000010 | 10100 | 11010 | 111001 | 110110 |
Color Harmonies of #CD8146
Complementary color
Monochromatic Colors of #CD8146
Black with #CD8146
Text Example
Text Example
White with #CD8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8146; }
p { color: rgb(205,129,70); }
H1.HeaderClassName
{
color: #CD8146;
}
.AnyTagClassName
{
color: #CD8146;
}
</style>
background-color css
<style>
a { background-color: #CD8146; }
a { background-color: rgb(205,129,70); }
div.DivClassName
{
background-color: #CD8146;
}
.BgClassName
{
background-color: #CD8146;
}
</style>
border-color css
<style>
span { border-color: #CD8146; }
span { border-color: rgb(205,129,70); }
td.TdClassName
{
border-color: #CD8146;
}
.TagClassName
{
border-color: #CD8146;
}
</style>