Shades of Raw Sienna #D77B4A
Tints of Raw Sienna #D77B4A
RGB
CMYK
RGB Variations
Color information
#D77B4A (or 0xD77B4A) is known color: Raw Sienna. HEX triplet: D7, 7B and 4A. RGB value is (215,123,74). Sum of RGB (Red+Green+Blue) = 215+123+74=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77B4A is #2884B5. Grayscale: #919191. Windows color (decimal): -2655414 or 4881367. OLE color: 4881367.
HSL color Cylindrical-coordinate representation of color #D77B4A: hue angle of 20.85º 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 #D77B4A is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 74 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.16 |
| HSL | 20.85º | 0.64% | 0.57% | - |
| HSV(B) | 20.85º | 0.66% | 0.84% | - |
| XYZ | 36.34 | 29.11 | 10.18 | - |
| YUV | 144.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 74 | 0 | 0.43 | 0.66 | 0.16 | 20.85 | 0.64 | 0.57 |
| Hex | D7 | 7B | 4A | 0 | 2B | 42 | 10 | 15 | 40 | 39 |
| Octal | 327 | 173 | 112 | 0 | 53 | 102 | 20 | 25 | 100 | 71 |
| Binary | 11010111 | 1111011 | 1001010 | 0 | 101011 | 1000010 | 10000 | 10101 | 1000000 | 111001 |
Color Harmonies of #D77B4A
Complementary color
Monochromatic Colors of #D77B4A
Black with #D77B4A
Text Example
Text Example
White with #D77B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B4A; }
p { color: rgb(215,123,74); }
H1.HeaderClassName
{
color: #D77B4A;
}
.AnyTagClassName
{
color: #D77B4A;
}
</style>
background-color css
<style>
a { background-color: #D77B4A; }
a { background-color: rgb(215,123,74); }
div.DivClassName
{
background-color: #D77B4A;
}
.BgClassName
{
background-color: #D77B4A;
}
</style>
border-color css
<style>
span { border-color: #D77B4A; }
span { border-color: rgb(215,123,74); }
td.TdClassName
{
border-color: #D77B4A;
}
.TagClassName
{
border-color: #D77B4A;
}
</style>