Shades of Raw Sienna #CA804A
Tints of Raw Sienna #CA804A
RGB
CMYK
RGB Variations
Color information
#CA804A (or 0xCA804A) is known color: Raw Sienna. HEX triplet: CA, 80 and 4A. RGB value is (202,128,74). Sum of RGB (Red+Green+Blue) = 202+128+74=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA804A is #357FB5. Grayscale: #909090. Windows color (decimal): -3506102 or 4882634. OLE color: 4882634.
HSL color Cylindrical-coordinate representation of color #CA804A: hue angle of 25.31º 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 #CA804A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 74 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.21 |
| HSL | 25.31º | 0.55% | 0.54% | - |
| HSV(B) | 25.31º | 0.63% | 0.79% | - |
| XYZ | 33.31 | 28.49 | 10.22 | - |
| YUV | 143.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 74 | 0 | 0.37 | 0.63 | 0.21 | 25.31 | 0.55 | 0.54 |
| Hex | CA | 80 | 4A | 0 | 25 | 3F | 15 | 19 | 37 | 36 |
| Octal | 312 | 200 | 112 | 0 | 45 | 77 | 25 | 31 | 67 | 66 |
| Binary | 11001010 | 10000000 | 1001010 | 0 | 100101 | 111111 | 10101 | 11001 | 110111 | 110110 |
Color Harmonies of #CA804A
Complementary color
Monochromatic Colors of #CA804A
Black with #CA804A
Text Example
Text Example
White with #CA804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA804A; }
p { color: rgb(202,128,74); }
H1.HeaderClassName
{
color: #CA804A;
}
.AnyTagClassName
{
color: #CA804A;
}
</style>
background-color css
<style>
a { background-color: #CA804A; }
a { background-color: rgb(202,128,74); }
div.DivClassName
{
background-color: #CA804A;
}
.BgClassName
{
background-color: #CA804A;
}
</style>
border-color css
<style>
span { border-color: #CA804A; }
span { border-color: rgb(202,128,74); }
td.TdClassName
{
border-color: #CA804A;
}
.TagClassName
{
border-color: #CA804A;
}
</style>