Shades of Raw Sienna #D78052
Tints of Raw Sienna #D78052
RGB
CMYK
RGB Variations
Color information
#D78052 (or 0xD78052) is known color: Raw Sienna. HEX triplet: D7, 80 and 52. RGB value is (215,128,82). Sum of RGB (Red+Green+Blue) = 215+128+82=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D78052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78052 is #287FAD. Grayscale: #959595. Windows color (decimal): -2654126 or 5406935. OLE color: 5406935.
HSL color Cylindrical-coordinate representation of color #D78052: hue angle of 20.75º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D78052 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 82 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.16 |
| HSL | 20.75º | 0.62% | 0.58% | - |
| HSV(B) | 20.75º | 0.62% | 0.84% | - |
| XYZ | 37.27 | 30.49 | 11.9 | - |
| YUV | 148.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 82 | 0 | 0.40 | 0.62 | 0.16 | 20.75 | 0.62 | 0.58 |
| Hex | D7 | 80 | 52 | 0 | 28 | 3E | 10 | 15 | 3E | 3A |
| Octal | 327 | 200 | 122 | 0 | 50 | 76 | 20 | 25 | 76 | 72 |
| Binary | 11010111 | 10000000 | 1010010 | 0 | 101000 | 111110 | 10000 | 10101 | 111110 | 111010 |
Color Harmonies of #D78052
Complementary color
Monochromatic Colors of #D78052
Black with #D78052
Text Example
Text Example
White with #D78052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78052; }
p { color: rgb(215,128,82); }
H1.HeaderClassName
{
color: #D78052;
}
.AnyTagClassName
{
color: #D78052;
}
</style>
background-color css
<style>
a { background-color: #D78052; }
a { background-color: rgb(215,128,82); }
div.DivClassName
{
background-color: #D78052;
}
.BgClassName
{
background-color: #D78052;
}
</style>
border-color css
<style>
span { border-color: #D78052; }
span { border-color: rgb(215,128,82); }
td.TdClassName
{
border-color: #D78052;
}
.TagClassName
{
border-color: #D78052;
}
</style>