Shades of Peru Tan #78280D
Tints of Peru Tan #78280D
RGB
CMYK
RGB Variations
Color information
#78280D (or 0x78280D) is known color: Peru Tan. HEX triplet: 78, 28 and 0D. RGB value is (120,40,13). Sum of RGB (Red+Green+Blue) = 120+40+13=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78280D is #87D7F2. Grayscale: #3D3D3D. Windows color (decimal): -8902643 or 862328. OLE color: 862328.
HSL color Cylindrical-coordinate representation of color #78280D: hue angle of 15.14º 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 #78280D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 13 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.53 |
| HSL | 15.14º | 0.8% | 0.26% | - |
| HSV(B) | 15.14º | 0.89% | 0.47% | - |
| XYZ | 8.58 | 5.54 | 1 | - |
| YUV | 60.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 13 | 0 | 0.67 | 0.89 | 0.53 | 15.14 | 0.8 | 0.26 |
| Hex | 78 | 28 | D | 0 | 43 | 59 | 35 | F | 50 | 1A |
| Octal | 170 | 50 | 15 | 0 | 103 | 131 | 65 | 17 | 120 | 32 |
| Binary | 1111000 | 101000 | 1101 | 0 | 1000011 | 1011001 | 110101 | 1111 | 1010000 | 11010 |
Color Harmonies of #78280D
Complementary color
Monochromatic Colors of #78280D
Black with #78280D
Text Example
Text Example
White with #78280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78280D; }
p { color: rgb(120,40,13); }
H1.HeaderClassName
{
color: #78280D;
}
.AnyTagClassName
{
color: #78280D;
}
</style>
background-color css
<style>
a { background-color: #78280D; }
a { background-color: rgb(120,40,13); }
div.DivClassName
{
background-color: #78280D;
}
.BgClassName
{
background-color: #78280D;
}
</style>
border-color css
<style>
span { border-color: #78280D; }
span { border-color: rgb(120,40,13); }
td.TdClassName
{
border-color: #78280D;
}
.TagClassName
{
border-color: #78280D;
}
</style>