Shades of Raw Sienna #CE814D
Tints of Raw Sienna #CE814D
RGB
CMYK
RGB Variations
Color information
#CE814D (or 0xCE814D) is known color: Raw Sienna. HEX triplet: CE, 81 and 4D. RGB value is (206,129,77). Sum of RGB (Red+Green+Blue) = 206+129+77=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE814D is #317EB2. Grayscale: #929292. Windows color (decimal): -3243699 or 5079502. OLE color: 5079502.
HSL color Cylindrical-coordinate representation of color #CE814D: hue angle of 24.19º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE814D is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 77 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.19 |
| HSL | 24.19º | 0.57% | 0.55% | - |
| HSV(B) | 24.19º | 0.63% | 0.81% | - |
| XYZ | 34.64 | 29.36 | 10.86 | - |
| YUV | 146.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 77 | 0 | 0.37 | 0.63 | 0.19 | 24.19 | 0.57 | 0.55 |
| Hex | CE | 81 | 4D | 0 | 25 | 3F | 13 | 18 | 39 | 37 |
| Octal | 316 | 201 | 115 | 0 | 45 | 77 | 23 | 30 | 71 | 67 |
| Binary | 11001110 | 10000001 | 1001101 | 0 | 100101 | 111111 | 10011 | 11000 | 111001 | 110111 |
Color Harmonies of #CE814D
Complementary color
Monochromatic Colors of #CE814D
Black with #CE814D
Text Example
Text Example
White with #CE814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE814D; }
p { color: rgb(206,129,77); }
H1.HeaderClassName
{
color: #CE814D;
}
.AnyTagClassName
{
color: #CE814D;
}
</style>
background-color css
<style>
a { background-color: #CE814D; }
a { background-color: rgb(206,129,77); }
div.DivClassName
{
background-color: #CE814D;
}
.BgClassName
{
background-color: #CE814D;
}
</style>
border-color css
<style>
span { border-color: #CE814D; }
span { border-color: rgb(206,129,77); }
td.TdClassName
{
border-color: #CE814D;
}
.TagClassName
{
border-color: #CE814D;
}
</style>