Shades of Raw Sienna #C8814A
Tints of Raw Sienna #C8814A
RGB
CMYK
RGB Variations
Color information
#C8814A (or 0xC8814A) is known color: Raw Sienna. HEX triplet: C8, 81 and 4A. RGB value is (200,129,74). Sum of RGB (Red+Green+Blue) = 200+129+74=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8814A is #377EB5. Grayscale: #909090. Windows color (decimal): -3636918 or 4882888. OLE color: 4882888.
HSL color Cylindrical-coordinate representation of color #C8814A: hue angle of 26.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8814A is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 74 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.22 |
| HSL | 26.19º | 0.53% | 0.54% | - |
| HSV(B) | 26.19º | 0.63% | 0.78% | - |
| XYZ | 32.91 | 28.47 | 10.24 | - |
| YUV | 143.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 74 | 0 | 0.36 | 0.63 | 0.22 | 26.19 | 0.53 | 0.54 |
| Hex | C8 | 81 | 4A | 0 | 24 | 3F | 16 | 1A | 35 | 36 |
| Octal | 310 | 201 | 112 | 0 | 44 | 77 | 26 | 32 | 65 | 66 |
| Binary | 11001000 | 10000001 | 1001010 | 0 | 100100 | 111111 | 10110 | 11010 | 110101 | 110110 |
Color Harmonies of #C8814A
Complementary color
Monochromatic Colors of #C8814A
Black with #C8814A
Text Example
Text Example
White with #C8814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8814A; }
p { color: rgb(200,129,74); }
H1.HeaderClassName
{
color: #C8814A;
}
.AnyTagClassName
{
color: #C8814A;
}
</style>
background-color css
<style>
a { background-color: #C8814A; }
a { background-color: rgb(200,129,74); }
div.DivClassName
{
background-color: #C8814A;
}
.BgClassName
{
background-color: #C8814A;
}
</style>
border-color css
<style>
span { border-color: #C8814A; }
span { border-color: rgb(200,129,74); }
td.TdClassName
{
border-color: #C8814A;
}
.TagClassName
{
border-color: #C8814A;
}
</style>