Shades of Burnt Sienna #DC7752
Tints of Burnt Sienna #DC7752
RGB
CMYK
RGB Variations
Color information
#DC7752 (or 0xDC7752) is known color: Burnt Sienna. HEX triplet: DC, 77 and 52. RGB value is (220,119,82). Sum of RGB (Red+Green+Blue) = 220+119+82=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7752 is #2388AD. Grayscale: #919191. Windows color (decimal): -2328750 or 5404636. OLE color: 5404636.
HSL color Cylindrical-coordinate representation of color #DC7752: hue angle of 16.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7752 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 82 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.14 |
| HSL | 16.09º | 0.66% | 0.59% | - |
| HSV(B) | 16.09º | 0.63% | 0.86% | - |
| XYZ | 37.64 | 29.02 | 11.6 | - |
| YUV | 144.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 82 | 0 | 0.46 | 0.63 | 0.14 | 16.09 | 0.66 | 0.59 |
| Hex | DC | 77 | 52 | 0 | 2E | 3F | E | 10 | 42 | 3B |
| Octal | 334 | 167 | 122 | 0 | 56 | 77 | 16 | 20 | 102 | 73 |
| Binary | 11011100 | 1110111 | 1010010 | 0 | 101110 | 111111 | 1110 | 10000 | 1000010 | 111011 |
Color Harmonies of #DC7752
Complementary color
Monochromatic Colors of #DC7752
Black with #DC7752
Text Example
Text Example
White with #DC7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7752; }
p { color: rgb(220,119,82); }
H1.HeaderClassName
{
color: #DC7752;
}
.AnyTagClassName
{
color: #DC7752;
}
</style>
background-color css
<style>
a { background-color: #DC7752; }
a { background-color: rgb(220,119,82); }
div.DivClassName
{
background-color: #DC7752;
}
.BgClassName
{
background-color: #DC7752;
}
</style>
border-color css
<style>
span { border-color: #DC7752; }
span { border-color: rgb(220,119,82); }
td.TdClassName
{
border-color: #DC7752;
}
.TagClassName
{
border-color: #DC7752;
}
</style>