Shades of Raw Sienna #CE824A
Tints of Raw Sienna #CE824A
RGB
CMYK
RGB Variations
Color information
#CE824A (or 0xCE824A) is known color: Raw Sienna. HEX triplet: CE, 82 and 4A. RGB value is (206,130,74). Sum of RGB (Red+Green+Blue) = 206+130+74=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE824A is #317DB5. Grayscale: #929292. Windows color (decimal): -3243446 or 4883150. OLE color: 4883150.
HSL color Cylindrical-coordinate representation of color #CE824A: hue angle of 25.45º 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 #CE824A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 74 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.19 |
| HSL | 25.45º | 0.57% | 0.55% | - |
| HSV(B) | 25.45º | 0.64% | 0.81% | - |
| XYZ | 34.67 | 29.58 | 10.36 | - |
| YUV | 146.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 74 | 0 | 0.37 | 0.64 | 0.19 | 25.45 | 0.57 | 0.55 |
| Hex | CE | 82 | 4A | 0 | 25 | 40 | 13 | 19 | 39 | 37 |
| Octal | 316 | 202 | 112 | 0 | 45 | 100 | 23 | 31 | 71 | 67 |
| Binary | 11001110 | 10000010 | 1001010 | 0 | 100101 | 1000000 | 10011 | 11001 | 111001 | 110111 |
Color Harmonies of #CE824A
Complementary color
Monochromatic Colors of #CE824A
Black with #CE824A
Text Example
Text Example
White with #CE824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE824A; }
p { color: rgb(206,130,74); }
H1.HeaderClassName
{
color: #CE824A;
}
.AnyTagClassName
{
color: #CE824A;
}
</style>
background-color css
<style>
a { background-color: #CE824A; }
a { background-color: rgb(206,130,74); }
div.DivClassName
{
background-color: #CE824A;
}
.BgClassName
{
background-color: #CE824A;
}
</style>
border-color css
<style>
span { border-color: #CE824A; }
span { border-color: rgb(206,130,74); }
td.TdClassName
{
border-color: #CE824A;
}
.TagClassName
{
border-color: #CE824A;
}
</style>