Shades of Raw Sienna #D77A50
Tints of Raw Sienna #D77A50
RGB
CMYK
RGB Variations
Color information
#D77A50 (or 0xD77A50) is known color: Raw Sienna. HEX triplet: D7, 7A and 50. RGB value is (215,122,80). Sum of RGB (Red+Green+Blue) = 215+122+80=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A50 is #2885AF. Grayscale: #919191. Windows color (decimal): -2655664 or 5274327. OLE color: 5274327.
HSL color Cylindrical-coordinate representation of color #D77A50: hue angle of 18.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D77A50 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 80 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.16 |
| HSL | 18.67º | 0.63% | 0.58% | - |
| HSV(B) | 18.67º | 0.63% | 0.84% | - |
| XYZ | 36.43 | 28.95 | 11.26 | - |
| YUV | 145.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 80 | 0 | 0.43 | 0.63 | 0.16 | 18.67 | 0.63 | 0.58 |
| Hex | D7 | 7A | 50 | 0 | 2B | 3F | 10 | 13 | 3F | 3A |
| Octal | 327 | 172 | 120 | 0 | 53 | 77 | 20 | 23 | 77 | 72 |
| Binary | 11010111 | 1111010 | 1010000 | 0 | 101011 | 111111 | 10000 | 10011 | 111111 | 111010 |
Color Harmonies of #D77A50
Complementary color
Monochromatic Colors of #D77A50
Black with #D77A50
Text Example
Text Example
White with #D77A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A50; }
p { color: rgb(215,122,80); }
H1.HeaderClassName
{
color: #D77A50;
}
.AnyTagClassName
{
color: #D77A50;
}
</style>
background-color css
<style>
a { background-color: #D77A50; }
a { background-color: rgb(215,122,80); }
div.DivClassName
{
background-color: #D77A50;
}
.BgClassName
{
background-color: #D77A50;
}
</style>
border-color css
<style>
span { border-color: #D77A50; }
span { border-color: rgb(215,122,80); }
td.TdClassName
{
border-color: #D77A50;
}
.TagClassName
{
border-color: #D77A50;
}
</style>