Shades of Peru Tan #782D0D
Tints of Peru Tan #782D0D
RGB
CMYK
RGB Variations
Color information
#782D0D (or 0x782D0D) is known color: Peru Tan. HEX triplet: 78, 2D and 0D. RGB value is (120,45,13). Sum of RGB (Red+Green+Blue) = 120+45+13=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #782D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D0D is #87D2F2. Grayscale: #3F3F3F. Windows color (decimal): -8901363 or 863608. OLE color: 863608.
HSL color Cylindrical-coordinate representation of color #782D0D: hue angle of 17.94º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #782D0D is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 13 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.53 |
| HSL | 17.94º | 0.8% | 0.26% | - |
| HSV(B) | 17.94º | 0.89% | 0.47% | - |
| XYZ | 8.76 | 5.9 | 1.06 | - |
| YUV | 63.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 13 | 0 | 0.63 | 0.89 | 0.53 | 17.94 | 0.8 | 0.26 |
| Hex | 78 | 2D | D | 0 | 3F | 59 | 35 | 12 | 50 | 1A |
| Octal | 170 | 55 | 15 | 0 | 77 | 131 | 65 | 22 | 120 | 32 |
| Binary | 1111000 | 101101 | 1101 | 0 | 111111 | 1011001 | 110101 | 10010 | 1010000 | 11010 |
Color Harmonies of #782D0D
Complementary color
Monochromatic Colors of #782D0D
Black with #782D0D
Text Example
Text Example
White with #782D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D0D; }
p { color: rgb(120,45,13); }
H1.HeaderClassName
{
color: #782D0D;
}
.AnyTagClassName
{
color: #782D0D;
}
</style>
background-color css
<style>
a { background-color: #782D0D; }
a { background-color: rgb(120,45,13); }
div.DivClassName
{
background-color: #782D0D;
}
.BgClassName
{
background-color: #782D0D;
}
</style>
border-color css
<style>
span { border-color: #782D0D; }
span { border-color: rgb(120,45,13); }
td.TdClassName
{
border-color: #782D0D;
}
.TagClassName
{
border-color: #782D0D;
}
</style>