Shades of Peru Tan #783A0F
Tints of Peru Tan #783A0F
RGB
CMYK
RGB Variations
Color information
#783A0F (or 0x783A0F) is known color: Peru Tan. HEX triplet: 78, 3A and 0F. RGB value is (120,58,15). Sum of RGB (Red+Green+Blue) = 120+58+15=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #783A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A0F is #87C5F0. Grayscale: #474747. Windows color (decimal): -8898033 or 998008. OLE color: 998008.
HSL color Cylindrical-coordinate representation of color #783A0F: hue angle of 24.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #783A0F is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 15 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.53 |
| HSL | 24.57º | 0.78% | 0.26% | - |
| HSV(B) | 24.57º | 0.88% | 0.47% | - |
| XYZ | 9.35 | 7.05 | 1.32 | - |
| YUV | 71.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 15 | 0 | 0.52 | 0.87 | 0.53 | 24.57 | 0.78 | 0.26 |
| Hex | 78 | 3A | F | 0 | 34 | 57 | 35 | 19 | 4E | 1A |
| Octal | 170 | 72 | 17 | 0 | 64 | 127 | 65 | 31 | 116 | 32 |
| Binary | 1111000 | 111010 | 1111 | 0 | 110100 | 1010111 | 110101 | 11001 | 1001110 | 11010 |
Color Harmonies of #783A0F
Complementary color
Monochromatic Colors of #783A0F
Black with #783A0F
Text Example
Text Example
White with #783A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A0F; }
p { color: rgb(120,58,15); }
H1.HeaderClassName
{
color: #783A0F;
}
.AnyTagClassName
{
color: #783A0F;
}
</style>
background-color css
<style>
a { background-color: #783A0F; }
a { background-color: rgb(120,58,15); }
div.DivClassName
{
background-color: #783A0F;
}
.BgClassName
{
background-color: #783A0F;
}
</style>
border-color css
<style>
span { border-color: #783A0F; }
span { border-color: rgb(120,58,15); }
td.TdClassName
{
border-color: #783A0F;
}
.TagClassName
{
border-color: #783A0F;
}
</style>