Shades of Raw Sienna #CE8452
Tints of Raw Sienna #CE8452
RGB
CMYK
RGB Variations
Color information
#CE8452 (or 0xCE8452) is known color: Raw Sienna. HEX triplet: CE, 84 and 52. RGB value is (206,132,82). Sum of RGB (Red+Green+Blue) = 206+132+82=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8452 is #317BAD. Grayscale: #949494. Windows color (decimal): -3242926 or 5407950. OLE color: 5407950.
HSL color Cylindrical-coordinate representation of color #CE8452: hue angle of 24.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE8452 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 82 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.19 |
| HSL | 24.19º | 0.56% | 0.56% | - |
| HSV(B) | 24.19º | 0.6% | 0.81% | - |
| XYZ | 35.23 | 30.23 | 11.96 | - |
| YUV | 148.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 82 | 0 | 0.36 | 0.60 | 0.19 | 24.19 | 0.56 | 0.56 |
| Hex | CE | 84 | 52 | 0 | 24 | 3C | 13 | 18 | 38 | 38 |
| Octal | 316 | 204 | 122 | 0 | 44 | 74 | 23 | 30 | 70 | 70 |
| Binary | 11001110 | 10000100 | 1010010 | 0 | 100100 | 111100 | 10011 | 11000 | 111000 | 111000 |
Color Harmonies of #CE8452
Complementary color
Monochromatic Colors of #CE8452
Black with #CE8452
Text Example
Text Example
White with #CE8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8452; }
p { color: rgb(206,132,82); }
H1.HeaderClassName
{
color: #CE8452;
}
.AnyTagClassName
{
color: #CE8452;
}
</style>
background-color css
<style>
a { background-color: #CE8452; }
a { background-color: rgb(206,132,82); }
div.DivClassName
{
background-color: #CE8452;
}
.BgClassName
{
background-color: #CE8452;
}
</style>
border-color css
<style>
span { border-color: #CE8452; }
span { border-color: rgb(206,132,82); }
td.TdClassName
{
border-color: #CE8452;
}
.TagClassName
{
border-color: #CE8452;
}
</style>