Shades of Raw Sienna #CD8051
Tints of Raw Sienna #CD8051
RGB
CMYK
RGB Variations
Color information
#CD8051 (or 0xCD8051) is known color: Raw Sienna. HEX triplet: CD, 80 and 51. RGB value is (205,128,81). Sum of RGB (Red+Green+Blue) = 205+128+81=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8051 is #327FAE. Grayscale: #919191. Windows color (decimal): -3309487 or 5341389. OLE color: 5341389.
HSL color Cylindrical-coordinate representation of color #CD8051: hue angle of 22.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD8051 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 81 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.20 |
| HSL | 22.74º | 0.55% | 0.56% | - |
| HSV(B) | 22.74º | 0.6% | 0.8% | - |
| XYZ | 34.38 | 29.01 | 11.57 | - |
| YUV | 145.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 81 | 0 | 0.38 | 0.60 | 0.20 | 22.74 | 0.55 | 0.56 |
| Hex | CD | 80 | 51 | 0 | 26 | 3C | 14 | 17 | 37 | 38 |
| Octal | 315 | 200 | 121 | 0 | 46 | 74 | 24 | 27 | 67 | 70 |
| Binary | 11001101 | 10000000 | 1010001 | 0 | 100110 | 111100 | 10100 | 10111 | 110111 | 111000 |
Color Harmonies of #CD8051
Complementary color
Monochromatic Colors of #CD8051
Black with #CD8051
Text Example
Text Example
White with #CD8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8051; }
p { color: rgb(205,128,81); }
H1.HeaderClassName
{
color: #CD8051;
}
.AnyTagClassName
{
color: #CD8051;
}
</style>
background-color css
<style>
a { background-color: #CD8051; }
a { background-color: rgb(205,128,81); }
div.DivClassName
{
background-color: #CD8051;
}
.BgClassName
{
background-color: #CD8051;
}
</style>
border-color css
<style>
span { border-color: #CD8051; }
span { border-color: rgb(205,128,81); }
td.TdClassName
{
border-color: #CD8051;
}
.TagClassName
{
border-color: #CD8051;
}
</style>