Shades of Raw Sienna #CA8652
Tints of Raw Sienna #CA8652
RGB
CMYK
RGB Variations
Color information
#CA8652 (or 0xCA8652) is known color: Raw Sienna. HEX triplet: CA, 86 and 52. RGB value is (202,134,82). Sum of RGB (Red+Green+Blue) = 202+134+82=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8652 is #3579AD. Grayscale: #949494. Windows color (decimal): -3504558 or 5408458. OLE color: 5408458.
HSL color Cylindrical-coordinate representation of color #CA8652: hue angle of 26º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA8652 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 82 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.21 |
| HSL | 26º | 0.53% | 0.56% | - |
| HSV(B) | 26º | 0.59% | 0.79% | - |
| XYZ | 34.41 | 30.22 | 12 | - |
| YUV | 148.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 82 | 0 | 0.34 | 0.59 | 0.21 | 26 | 0.53 | 0.56 |
| Hex | CA | 86 | 52 | 0 | 22 | 3B | 15 | 1A | 35 | 38 |
| Octal | 312 | 206 | 122 | 0 | 42 | 73 | 25 | 32 | 65 | 70 |
| Binary | 11001010 | 10000110 | 1010010 | 0 | 100010 | 111011 | 10101 | 11010 | 110101 | 111000 |
Color Harmonies of #CA8652
Complementary color
Monochromatic Colors of #CA8652
Black with #CA8652
Text Example
Text Example
White with #CA8652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8652; }
p { color: rgb(202,134,82); }
H1.HeaderClassName
{
color: #CA8652;
}
.AnyTagClassName
{
color: #CA8652;
}
</style>
background-color css
<style>
a { background-color: #CA8652; }
a { background-color: rgb(202,134,82); }
div.DivClassName
{
background-color: #CA8652;
}
.BgClassName
{
background-color: #CA8652;
}
</style>
border-color css
<style>
span { border-color: #CA8652; }
span { border-color: rgb(202,134,82); }
td.TdClassName
{
border-color: #CA8652;
}
.TagClassName
{
border-color: #CA8652;
}
</style>