Shades of Raw Sienna #CE814A
Tints of Raw Sienna #CE814A
RGB
CMYK
RGB Variations
Color information
#CE814A (or 0xCE814A) is known color: Raw Sienna. HEX triplet: CE, 81 and 4A. RGB value is (206,129,74). Sum of RGB (Red+Green+Blue) = 206+129+74=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE814A is #317EB5. Grayscale: #929292. Windows color (decimal): -3243702 or 4882894. OLE color: 4882894.
HSL color Cylindrical-coordinate representation of color #CE814A: hue angle of 25º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE814A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 74 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.19 |
| HSL | 25º | 0.57% | 0.55% | - |
| HSV(B) | 25º | 0.64% | 0.81% | - |
| XYZ | 34.54 | 29.32 | 10.32 | - |
| YUV | 145.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 74 | 0 | 0.37 | 0.64 | 0.19 | 25 | 0.57 | 0.55 |
| Hex | CE | 81 | 4A | 0 | 25 | 40 | 13 | 19 | 39 | 37 |
| Octal | 316 | 201 | 112 | 0 | 45 | 100 | 23 | 31 | 71 | 67 |
| Binary | 11001110 | 10000001 | 1001010 | 0 | 100101 | 1000000 | 10011 | 11001 | 111001 | 110111 |
Color Harmonies of #CE814A
Complementary color
Monochromatic Colors of #CE814A
Black with #CE814A
Text Example
Text Example
White with #CE814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE814A; }
p { color: rgb(206,129,74); }
H1.HeaderClassName
{
color: #CE814A;
}
.AnyTagClassName
{
color: #CE814A;
}
</style>
background-color css
<style>
a { background-color: #CE814A; }
a { background-color: rgb(206,129,74); }
div.DivClassName
{
background-color: #CE814A;
}
.BgClassName
{
background-color: #CE814A;
}
</style>
border-color css
<style>
span { border-color: #CE814A; }
span { border-color: rgb(206,129,74); }
td.TdClassName
{
border-color: #CE814A;
}
.TagClassName
{
border-color: #CE814A;
}
</style>