Shades of Raw Sienna #CA7F4E
Tints of Raw Sienna #CA7F4E
RGB
CMYK
RGB Variations
Color information
#CA7F4E (or 0xCA7F4E) is known color: Raw Sienna. HEX triplet: CA, 7F and 4E. RGB value is (202,127,78). Sum of RGB (Red+Green+Blue) = 202+127+78=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F4E is #3580B1. Grayscale: #909090. Windows color (decimal): -3506354 or 5144522. OLE color: 5144522.
HSL color Cylindrical-coordinate representation of color #CA7F4E: hue angle of 23.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA7F4E is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 78 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.21 |
| HSL | 23.71º | 0.54% | 0.55% | - |
| HSV(B) | 23.71º | 0.61% | 0.79% | - |
| XYZ | 33.32 | 28.29 | 10.91 | - |
| YUV | 143.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 78 | 0 | 0.37 | 0.61 | 0.21 | 23.71 | 0.54 | 0.55 |
| Hex | CA | 7F | 4E | 0 | 25 | 3D | 15 | 18 | 36 | 37 |
| Octal | 312 | 177 | 116 | 0 | 45 | 75 | 25 | 30 | 66 | 67 |
| Binary | 11001010 | 1111111 | 1001110 | 0 | 100101 | 111101 | 10101 | 11000 | 110110 | 110111 |
Color Harmonies of #CA7F4E
Complementary color
Monochromatic Colors of #CA7F4E
Black with #CA7F4E
Text Example
Text Example
White with #CA7F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F4E; }
p { color: rgb(202,127,78); }
H1.HeaderClassName
{
color: #CA7F4E;
}
.AnyTagClassName
{
color: #CA7F4E;
}
</style>
background-color css
<style>
a { background-color: #CA7F4E; }
a { background-color: rgb(202,127,78); }
div.DivClassName
{
background-color: #CA7F4E;
}
.BgClassName
{
background-color: #CA7F4E;
}
</style>
border-color css
<style>
span { border-color: #CA7F4E; }
span { border-color: rgb(202,127,78); }
td.TdClassName
{
border-color: #CA7F4E;
}
.TagClassName
{
border-color: #CA7F4E;
}
</style>