Shades of Peru Tan #783C1F
Tints of Peru Tan #783C1F
RGB
CMYK
RGB Variations
Color information
#783C1F (or 0x783C1F) is known color: Peru Tan. HEX triplet: 78, 3C and 1F. RGB value is (120,60,31). Sum of RGB (Red+Green+Blue) = 120+60+31=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #783C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C1F is #87C3E0. Grayscale: #4A4A4A. Windows color (decimal): -8897505 or 2047096. OLE color: 2047096.
HSL color Cylindrical-coordinate representation of color #783C1F: hue angle of 19.55º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #783C1F is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 31 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.53 |
| HSL | 19.55º | 0.59% | 0.3% | - |
| HSV(B) | 19.55º | 0.74% | 0.47% | - |
| XYZ | 9.61 | 7.32 | 2.2 | - |
| YUV | 74.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 31 | 0 | 0.5 | 0.74 | 0.53 | 19.55 | 0.59 | 0.3 |
| Hex | 78 | 3C | 1F | 0 | 32 | 4A | 35 | 14 | 3B | 1E |
| Octal | 170 | 74 | 37 | 0 | 62 | 112 | 65 | 24 | 73 | 36 |
| Binary | 1111000 | 111100 | 11111 | 0 | 110010 | 1001010 | 110101 | 10100 | 111011 | 11110 |
Color Harmonies of #783C1F
Complementary color
Monochromatic Colors of #783C1F
Black with #783C1F
Text Example
Text Example
White with #783C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C1F; }
p { color: rgb(120,60,31); }
H1.HeaderClassName
{
color: #783C1F;
}
.AnyTagClassName
{
color: #783C1F;
}
</style>
background-color css
<style>
a { background-color: #783C1F; }
a { background-color: rgb(120,60,31); }
div.DivClassName
{
background-color: #783C1F;
}
.BgClassName
{
background-color: #783C1F;
}
</style>
border-color css
<style>
span { border-color: #783C1F; }
span { border-color: rgb(120,60,31); }
td.TdClassName
{
border-color: #783C1F;
}
.TagClassName
{
border-color: #783C1F;
}
</style>