Shades of Raw Sienna #D77D4A
Tints of Raw Sienna #D77D4A
RGB
CMYK
RGB Variations
Color information
#D77D4A (or 0xD77D4A) is known color: Raw Sienna. HEX triplet: D7, 7D and 4A. RGB value is (215,125,74). Sum of RGB (Red+Green+Blue) = 215+125+74=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D4A is #2882B5. Grayscale: #929292. Windows color (decimal): -2654902 or 4881879. OLE color: 4881879.
HSL color Cylindrical-coordinate representation of color #D77D4A: hue angle of 21.7º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D77D4A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 74 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.16 |
| HSL | 21.7º | 0.64% | 0.57% | - |
| HSV(B) | 21.7º | 0.66% | 0.84% | - |
| XYZ | 36.59 | 29.61 | 10.26 | - |
| YUV | 146.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 74 | 0 | 0.42 | 0.66 | 0.16 | 21.7 | 0.64 | 0.57 |
| Hex | D7 | 7D | 4A | 0 | 2A | 42 | 10 | 16 | 40 | 39 |
| Octal | 327 | 175 | 112 | 0 | 52 | 102 | 20 | 26 | 100 | 71 |
| Binary | 11010111 | 1111101 | 1001010 | 0 | 101010 | 1000010 | 10000 | 10110 | 1000000 | 111001 |
Color Harmonies of #D77D4A
Complementary color
Monochromatic Colors of #D77D4A
Black with #D77D4A
Text Example
Text Example
White with #D77D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D4A; }
p { color: rgb(215,125,74); }
H1.HeaderClassName
{
color: #D77D4A;
}
.AnyTagClassName
{
color: #D77D4A;
}
</style>
background-color css
<style>
a { background-color: #D77D4A; }
a { background-color: rgb(215,125,74); }
div.DivClassName
{
background-color: #D77D4A;
}
.BgClassName
{
background-color: #D77D4A;
}
</style>
border-color css
<style>
span { border-color: #D77D4A; }
span { border-color: rgb(215,125,74); }
td.TdClassName
{
border-color: #D77D4A;
}
.TagClassName
{
border-color: #D77D4A;
}
</style>