Shades of Peru Tan #783A0C
Tints of Peru Tan #783A0C
RGB
CMYK
RGB Variations
Color information
#783A0C (or 0x783A0C) is known color: Peru Tan. HEX triplet: 78, 3A and 0C. RGB value is (120,58,12). Sum of RGB (Red+Green+Blue) = 120+58+12=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #783A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A0C is #87C5F3. Grayscale: #474747. Windows color (decimal): -8898036 or 801400. OLE color: 801400.
HSL color Cylindrical-coordinate representation of color #783A0C: hue angle of 25.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #783A0C is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 12 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.53 |
| HSL | 25.56º | 0.82% | 0.26% | - |
| HSV(B) | 25.56º | 0.9% | 0.47% | - |
| XYZ | 9.33 | 7.05 | 1.22 | - |
| YUV | 71.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 12 | 0 | 0.52 | 0.90 | 0.53 | 25.56 | 0.82 | 0.26 |
| Hex | 78 | 3A | C | 0 | 34 | 5A | 35 | 1A | 52 | 1A |
| Octal | 170 | 72 | 14 | 0 | 64 | 132 | 65 | 32 | 122 | 32 |
| Binary | 1111000 | 111010 | 1100 | 0 | 110100 | 1011010 | 110101 | 11010 | 1010010 | 11010 |
Color Harmonies of #783A0C
Complementary color
Monochromatic Colors of #783A0C
Black with #783A0C
Text Example
Text Example
White with #783A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A0C; }
p { color: rgb(120,58,12); }
H1.HeaderClassName
{
color: #783A0C;
}
.AnyTagClassName
{
color: #783A0C;
}
</style>
background-color css
<style>
a { background-color: #783A0C; }
a { background-color: rgb(120,58,12); }
div.DivClassName
{
background-color: #783A0C;
}
.BgClassName
{
background-color: #783A0C;
}
</style>
border-color css
<style>
span { border-color: #783A0C; }
span { border-color: rgb(120,58,12); }
td.TdClassName
{
border-color: #783A0C;
}
.TagClassName
{
border-color: #783A0C;
}
</style>