Shades of Raw Sienna #CA7F44
Tints of Raw Sienna #CA7F44
RGB
CMYK
RGB Variations
Color information
#CA7F44 (or 0xCA7F44) is known color: Raw Sienna. HEX triplet: CA, 7F and 44. RGB value is (202,127,68). Sum of RGB (Red+Green+Blue) = 202+127+68=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F44 is #3580BB. Grayscale: #8F8F8F. Windows color (decimal): -3506364 or 4489162. OLE color: 4489162.
HSL color Cylindrical-coordinate representation of color #CA7F44: hue angle of 26.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA7F44 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 68 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.21 |
| HSL | 26.42º | 0.56% | 0.53% | - |
| HSV(B) | 26.42º | 0.66% | 0.79% | - |
| XYZ | 32.99 | 28.15 | 9.16 | - |
| YUV | 142.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 68 | 0 | 0.37 | 0.66 | 0.21 | 26.42 | 0.56 | 0.53 |
| Hex | CA | 7F | 44 | 0 | 25 | 42 | 15 | 1A | 38 | 35 |
| Octal | 312 | 177 | 104 | 0 | 45 | 102 | 25 | 32 | 70 | 65 |
| Binary | 11001010 | 1111111 | 1000100 | 0 | 100101 | 1000010 | 10101 | 11010 | 111000 | 110101 |
Color Harmonies of #CA7F44
Complementary color
Monochromatic Colors of #CA7F44
Black with #CA7F44
Text Example
Text Example
White with #CA7F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F44; }
p { color: rgb(202,127,68); }
H1.HeaderClassName
{
color: #CA7F44;
}
.AnyTagClassName
{
color: #CA7F44;
}
</style>
background-color css
<style>
a { background-color: #CA7F44; }
a { background-color: rgb(202,127,68); }
div.DivClassName
{
background-color: #CA7F44;
}
.BgClassName
{
background-color: #CA7F44;
}
</style>
border-color css
<style>
span { border-color: #CA7F44; }
span { border-color: rgb(202,127,68); }
td.TdClassName
{
border-color: #CA7F44;
}
.TagClassName
{
border-color: #CA7F44;
}
</style>