Shades of Raw Sienna #CA8251
Tints of Raw Sienna #CA8251
RGB
CMYK
RGB Variations
Color information
#CA8251 (or 0xCA8251) is known color: Raw Sienna. HEX triplet: CA, 82 and 51. RGB value is (202,130,81). Sum of RGB (Red+Green+Blue) = 202+130+81=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8251 is #357DAE. Grayscale: #929292. Windows color (decimal): -3505583 or 5341898. OLE color: 5341898.
HSL color Cylindrical-coordinate representation of color #CA8251: hue angle of 24.3º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA8251 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 81 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.21 |
| HSL | 24.3º | 0.53% | 0.55% | - |
| HSV(B) | 24.3º | 0.6% | 0.79% | - |
| XYZ | 33.82 | 29.12 | 11.62 | - |
| YUV | 145.94 | 91.35 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 81 | 0 | 0.36 | 0.60 | 0.21 | 24.3 | 0.53 | 0.55 |
| Hex | CA | 82 | 51 | 0 | 24 | 3C | 15 | 18 | 35 | 37 |
| Octal | 312 | 202 | 121 | 0 | 44 | 74 | 25 | 30 | 65 | 67 |
| Binary | 11001010 | 10000010 | 1010001 | 0 | 100100 | 111100 | 10101 | 11000 | 110101 | 110111 |
Color Harmonies of #CA8251
Complementary color
Monochromatic Colors of #CA8251
Black with #CA8251
Text Example
Text Example
White with #CA8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8251; }
p { color: rgb(202,130,81); }
H1.HeaderClassName
{
color: #CA8251;
}
.AnyTagClassName
{
color: #CA8251;
}
</style>
background-color css
<style>
a { background-color: #CA8251; }
a { background-color: rgb(202,130,81); }
div.DivClassName
{
background-color: #CA8251;
}
.BgClassName
{
background-color: #CA8251;
}
</style>
border-color css
<style>
span { border-color: #CA8251; }
span { border-color: rgb(202,130,81); }
td.TdClassName
{
border-color: #CA8251;
}
.TagClassName
{
border-color: #CA8251;
}
</style>