Shades of Raw Sienna #CE824F
Tints of Raw Sienna #CE824F
RGB
CMYK
RGB Variations
Color information
#CE824F (or 0xCE824F) is known color: Raw Sienna. HEX triplet: CE, 82 and 4F. RGB value is (206,130,79). Sum of RGB (Red+Green+Blue) = 206+130+79=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE824F is #317DB0. Grayscale: #939393. Windows color (decimal): -3243441 or 5210830. OLE color: 5210830.
HSL color Cylindrical-coordinate representation of color #CE824F: hue angle of 24.09º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE824F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 79 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.19 |
| HSL | 24.09º | 0.56% | 0.56% | - |
| HSV(B) | 24.09º | 0.62% | 0.81% | - |
| XYZ | 34.85 | 29.65 | 11.28 | - |
| YUV | 146.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 79 | 0 | 0.37 | 0.62 | 0.19 | 24.09 | 0.56 | 0.56 |
| Hex | CE | 82 | 4F | 0 | 25 | 3E | 13 | 18 | 38 | 38 |
| Octal | 316 | 202 | 117 | 0 | 45 | 76 | 23 | 30 | 70 | 70 |
| Binary | 11001110 | 10000010 | 1001111 | 0 | 100101 | 111110 | 10011 | 11000 | 111000 | 111000 |
Color Harmonies of #CE824F
Complementary color
Monochromatic Colors of #CE824F
Black with #CE824F
Text Example
Text Example
White with #CE824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE824F; }
p { color: rgb(206,130,79); }
H1.HeaderClassName
{
color: #CE824F;
}
.AnyTagClassName
{
color: #CE824F;
}
</style>
background-color css
<style>
a { background-color: #CE824F; }
a { background-color: rgb(206,130,79); }
div.DivClassName
{
background-color: #CE824F;
}
.BgClassName
{
background-color: #CE824F;
}
</style>
border-color css
<style>
span { border-color: #CE824F; }
span { border-color: rgb(206,130,79); }
td.TdClassName
{
border-color: #CE824F;
}
.TagClassName
{
border-color: #CE824F;
}
</style>