Shades of Raw Sienna #CA784A
Tints of Raw Sienna #CA784A
RGB
CMYK
RGB Variations
Color information
#CA784A (or 0xCA784A) is known color: Raw Sienna. HEX triplet: CA, 78 and 4A. RGB value is (202,120,74). Sum of RGB (Red+Green+Blue) = 202+120+74=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA784A is #3587B5. Grayscale: #8B8B8B. Windows color (decimal): -3508150 or 4880586. OLE color: 4880586.
HSL color Cylindrical-coordinate representation of color #CA784A: hue angle of 21.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA784A is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 74 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.21 |
| HSL | 21.56º | 0.55% | 0.54% | - |
| HSV(B) | 21.56º | 0.63% | 0.79% | - |
| XYZ | 32.31 | 26.48 | 9.89 | - |
| YUV | 139.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 74 | 0 | 0.41 | 0.63 | 0.21 | 21.56 | 0.55 | 0.54 |
| Hex | CA | 78 | 4A | 0 | 29 | 3F | 15 | 16 | 37 | 36 |
| Octal | 312 | 170 | 112 | 0 | 51 | 77 | 25 | 26 | 67 | 66 |
| Binary | 11001010 | 1111000 | 1001010 | 0 | 101001 | 111111 | 10101 | 10110 | 110111 | 110110 |
Color Harmonies of #CA784A
Complementary color
Monochromatic Colors of #CA784A
Black with #CA784A
Text Example
Text Example
White with #CA784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA784A; }
p { color: rgb(202,120,74); }
H1.HeaderClassName
{
color: #CA784A;
}
.AnyTagClassName
{
color: #CA784A;
}
</style>
background-color css
<style>
a { background-color: #CA784A; }
a { background-color: rgb(202,120,74); }
div.DivClassName
{
background-color: #CA784A;
}
.BgClassName
{
background-color: #CA784A;
}
</style>
border-color css
<style>
span { border-color: #CA784A; }
span { border-color: rgb(202,120,74); }
td.TdClassName
{
border-color: #CA784A;
}
.TagClassName
{
border-color: #CA784A;
}
</style>