Shades of Raw Sienna #CA7E4D
Tints of Raw Sienna #CA7E4D
RGB
CMYK
RGB Variations
Color information
#CA7E4D (or 0xCA7E4D) is known color: Raw Sienna. HEX triplet: CA, 7E and 4D. RGB value is (202,126,77). Sum of RGB (Red+Green+Blue) = 202+126+77=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E4D is #3581B2. Grayscale: #8F8F8F. Windows color (decimal): -3506611 or 5078730. OLE color: 5078730.
HSL color Cylindrical-coordinate representation of color #CA7E4D: hue angle of 23.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA7E4D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 77 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.21 |
| HSL | 23.52º | 0.54% | 0.55% | - |
| HSV(B) | 23.52º | 0.62% | 0.79% | - |
| XYZ | 33.16 | 28.01 | 10.68 | - |
| YUV | 143.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 77 | 0 | 0.38 | 0.62 | 0.21 | 23.52 | 0.54 | 0.55 |
| Hex | CA | 7E | 4D | 0 | 26 | 3E | 15 | 18 | 36 | 37 |
| Octal | 312 | 176 | 115 | 0 | 46 | 76 | 25 | 30 | 66 | 67 |
| Binary | 11001010 | 1111110 | 1001101 | 0 | 100110 | 111110 | 10101 | 11000 | 110110 | 110111 |
Color Harmonies of #CA7E4D
Complementary color
Monochromatic Colors of #CA7E4D
Black with #CA7E4D
Text Example
Text Example
White with #CA7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E4D; }
p { color: rgb(202,126,77); }
H1.HeaderClassName
{
color: #CA7E4D;
}
.AnyTagClassName
{
color: #CA7E4D;
}
</style>
background-color css
<style>
a { background-color: #CA7E4D; }
a { background-color: rgb(202,126,77); }
div.DivClassName
{
background-color: #CA7E4D;
}
.BgClassName
{
background-color: #CA7E4D;
}
</style>
border-color css
<style>
span { border-color: #CA7E4D; }
span { border-color: rgb(202,126,77); }
td.TdClassName
{
border-color: #CA7E4D;
}
.TagClassName
{
border-color: #CA7E4D;
}
</style>