Shades of Raw Sienna #CD814A
Tints of Raw Sienna #CD814A
RGB
CMYK
RGB Variations
Color information
#CD814A (or 0xCD814A) is known color: Raw Sienna. HEX triplet: CD, 81 and 4A. RGB value is (205,129,74). Sum of RGB (Red+Green+Blue) = 205+129+74=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD814A is #327EB5. Grayscale: #919191. Windows color (decimal): -3309238 or 4882893. OLE color: 4882893.
HSL color Cylindrical-coordinate representation of color #CD814A: hue angle of 25.19º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD814A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 74 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.20 |
| HSL | 25.19º | 0.57% | 0.55% | - |
| HSV(B) | 25.19º | 0.64% | 0.8% | - |
| XYZ | 34.26 | 29.17 | 10.3 | - |
| YUV | 145.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 74 | 0 | 0.37 | 0.64 | 0.20 | 25.19 | 0.57 | 0.55 |
| Hex | CD | 81 | 4A | 0 | 25 | 40 | 14 | 19 | 39 | 37 |
| Octal | 315 | 201 | 112 | 0 | 45 | 100 | 24 | 31 | 71 | 67 |
| Binary | 11001101 | 10000001 | 1001010 | 0 | 100101 | 1000000 | 10100 | 11001 | 111001 | 110111 |
Color Harmonies of #CD814A
Complementary color
Monochromatic Colors of #CD814A
Black with #CD814A
Text Example
Text Example
White with #CD814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD814A; }
p { color: rgb(205,129,74); }
H1.HeaderClassName
{
color: #CD814A;
}
.AnyTagClassName
{
color: #CD814A;
}
</style>
background-color css
<style>
a { background-color: #CD814A; }
a { background-color: rgb(205,129,74); }
div.DivClassName
{
background-color: #CD814A;
}
.BgClassName
{
background-color: #CD814A;
}
</style>
border-color css
<style>
span { border-color: #CD814A; }
span { border-color: rgb(205,129,74); }
td.TdClassName
{
border-color: #CD814A;
}
.TagClassName
{
border-color: #CD814A;
}
</style>