Shades of Peru Tan #783B1D
Tints of Peru Tan #783B1D
RGB
CMYK
RGB Variations
Color information
#783B1D (or 0x783B1D) is known color: Peru Tan. HEX triplet: 78, 3B and 1D. RGB value is (120,59,29). Sum of RGB (Red+Green+Blue) = 120+59+29=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #783B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B1D is #87C4E2. Grayscale: #4A4A4A. Windows color (decimal): -8897763 or 1915768. OLE color: 1915768.
HSL color Cylindrical-coordinate representation of color #783B1D: hue angle of 19.78º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #783B1D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 29 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.53 |
| HSL | 19.78º | 0.61% | 0.29% | - |
| HSV(B) | 19.78º | 0.76% | 0.47% | - |
| XYZ | 9.53 | 7.21 | 2.05 | - |
| YUV | 73.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 29 | 0 | 0.51 | 0.76 | 0.53 | 19.78 | 0.61 | 0.29 |
| Hex | 78 | 3B | 1D | 0 | 33 | 4C | 35 | 14 | 3D | 1D |
| Octal | 170 | 73 | 35 | 0 | 63 | 114 | 65 | 24 | 75 | 35 |
| Binary | 1111000 | 111011 | 11101 | 0 | 110011 | 1001100 | 110101 | 10100 | 111101 | 11101 |
Color Harmonies of #783B1D
Complementary color
Monochromatic Colors of #783B1D
Black with #783B1D
Text Example
Text Example
White with #783B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B1D; }
p { color: rgb(120,59,29); }
H1.HeaderClassName
{
color: #783B1D;
}
.AnyTagClassName
{
color: #783B1D;
}
</style>
background-color css
<style>
a { background-color: #783B1D; }
a { background-color: rgb(120,59,29); }
div.DivClassName
{
background-color: #783B1D;
}
.BgClassName
{
background-color: #783B1D;
}
</style>
border-color css
<style>
span { border-color: #783B1D; }
span { border-color: rgb(120,59,29); }
td.TdClassName
{
border-color: #783B1D;
}
.TagClassName
{
border-color: #783B1D;
}
</style>