Shades of Raw Sienna #CA7D51
Tints of Raw Sienna #CA7D51
RGB
CMYK
RGB Variations
Color information
#CA7D51 (or 0xCA7D51) is known color: Raw Sienna. HEX triplet: CA, 7D and 51. RGB value is (202,125,81). Sum of RGB (Red+Green+Blue) = 202+125+81=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D51 is #3582AE. Grayscale: #8F8F8F. Windows color (decimal): -3506863 or 5340618. OLE color: 5340618.
HSL color Cylindrical-coordinate representation of color #CA7D51: hue angle of 21.82º 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 #CA7D51 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 81 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.21 |
| HSL | 21.82º | 0.53% | 0.55% | - |
| HSV(B) | 21.82º | 0.6% | 0.79% | - |
| XYZ | 33.18 | 27.82 | 11.41 | - |
| YUV | 143.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 81 | 0 | 0.38 | 0.60 | 0.21 | 21.82 | 0.53 | 0.55 |
| Hex | CA | 7D | 51 | 0 | 26 | 3C | 15 | 16 | 35 | 37 |
| Octal | 312 | 175 | 121 | 0 | 46 | 74 | 25 | 26 | 65 | 67 |
| Binary | 11001010 | 1111101 | 1010001 | 0 | 100110 | 111100 | 10101 | 10110 | 110101 | 110111 |
Color Harmonies of #CA7D51
Complementary color
Monochromatic Colors of #CA7D51
Black with #CA7D51
Text Example
Text Example
White with #CA7D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D51; }
p { color: rgb(202,125,81); }
H1.HeaderClassName
{
color: #CA7D51;
}
.AnyTagClassName
{
color: #CA7D51;
}
</style>
background-color css
<style>
a { background-color: #CA7D51; }
a { background-color: rgb(202,125,81); }
div.DivClassName
{
background-color: #CA7D51;
}
.BgClassName
{
background-color: #CA7D51;
}
</style>
border-color css
<style>
span { border-color: #CA7D51; }
span { border-color: rgb(202,125,81); }
td.TdClassName
{
border-color: #CA7D51;
}
.TagClassName
{
border-color: #CA7D51;
}
</style>