Shades of Peru Tan #783C1B
Tints of Peru Tan #783C1B
RGB
CMYK
RGB Variations
Color information
#783C1B (or 0x783C1B) is known color: Peru Tan. HEX triplet: 78, 3C and 1B. RGB value is (120,60,27). Sum of RGB (Red+Green+Blue) = 120+60+27=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #783C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C1B is #87C3E4. Grayscale: #4A4A4A. Windows color (decimal): -8897509 or 1784952. OLE color: 1784952.
HSL color Cylindrical-coordinate representation of color #783C1B: hue angle of 21.29º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #783C1B is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 27 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.53 |
| HSL | 21.29º | 0.63% | 0.29% | - |
| HSV(B) | 21.29º | 0.78% | 0.47% | - |
| XYZ | 9.56 | 7.3 | 1.94 | - |
| YUV | 74.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 27 | 0 | 0.5 | 0.78 | 0.53 | 21.29 | 0.63 | 0.29 |
| Hex | 78 | 3C | 1B | 0 | 32 | 4E | 35 | 15 | 3F | 1D |
| Octal | 170 | 74 | 33 | 0 | 62 | 116 | 65 | 25 | 77 | 35 |
| Binary | 1111000 | 111100 | 11011 | 0 | 110010 | 1001110 | 110101 | 10101 | 111111 | 11101 |
Color Harmonies of #783C1B
Complementary color
Monochromatic Colors of #783C1B
Black with #783C1B
Text Example
Text Example
White with #783C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C1B; }
p { color: rgb(120,60,27); }
H1.HeaderClassName
{
color: #783C1B;
}
.AnyTagClassName
{
color: #783C1B;
}
</style>
background-color css
<style>
a { background-color: #783C1B; }
a { background-color: rgb(120,60,27); }
div.DivClassName
{
background-color: #783C1B;
}
.BgClassName
{
background-color: #783C1B;
}
</style>
border-color css
<style>
span { border-color: #783C1B; }
span { border-color: rgb(120,60,27); }
td.TdClassName
{
border-color: #783C1B;
}
.TagClassName
{
border-color: #783C1B;
}
</style>