Shades of Raw Sienna #CA7E44
Tints of Raw Sienna #CA7E44
RGB
CMYK
RGB Variations
Color information
#CA7E44 (or 0xCA7E44) is known color: Raw Sienna. HEX triplet: CA, 7E and 44. RGB value is (202,126,68). Sum of RGB (Red+Green+Blue) = 202+126+68=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E44 is #3581BB. Grayscale: #8E8E8E. Windows color (decimal): -3506620 or 4488906. OLE color: 4488906.
HSL color Cylindrical-coordinate representation of color #CA7E44: hue angle of 25.97º 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 #CA7E44 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 68 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.21 |
| HSL | 25.97º | 0.56% | 0.53% | - |
| HSV(B) | 25.97º | 0.66% | 0.79% | - |
| XYZ | 32.86 | 27.9 | 9.12 | - |
| YUV | 142.11 | 86.18 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 68 | 0 | 0.38 | 0.66 | 0.21 | 25.97 | 0.56 | 0.53 |
| Hex | CA | 7E | 44 | 0 | 26 | 42 | 15 | 1A | 38 | 35 |
| Octal | 312 | 176 | 104 | 0 | 46 | 102 | 25 | 32 | 70 | 65 |
| Binary | 11001010 | 1111110 | 1000100 | 0 | 100110 | 1000010 | 10101 | 11010 | 111000 | 110101 |
Color Harmonies of #CA7E44
Complementary color
Monochromatic Colors of #CA7E44
Black with #CA7E44
Text Example
Text Example
White with #CA7E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E44; }
p { color: rgb(202,126,68); }
H1.HeaderClassName
{
color: #CA7E44;
}
.AnyTagClassName
{
color: #CA7E44;
}
</style>
background-color css
<style>
a { background-color: #CA7E44; }
a { background-color: rgb(202,126,68); }
div.DivClassName
{
background-color: #CA7E44;
}
.BgClassName
{
background-color: #CA7E44;
}
</style>
border-color css
<style>
span { border-color: #CA7E44; }
span { border-color: rgb(202,126,68); }
td.TdClassName
{
border-color: #CA7E44;
}
.TagClassName
{
border-color: #CA7E44;
}
</style>