Shades of Peru Tan #782E03
Tints of Peru Tan #782E03
RGB
CMYK
RGB Variations
Color information
#782E03 (or 0x782E03) is known color: Peru Tan. HEX triplet: 78, 2E and 03. RGB value is (120,46,3). Sum of RGB (Red+Green+Blue) = 120+46+3=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #782E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782E03 is #87D1FC. Grayscale: #3F3F3F. Windows color (decimal): -8901117 or 208504. OLE color: 208504.
HSL color Cylindrical-coordinate representation of color #782E03: hue angle of 22.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #782E03 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.53 |
| HSL | 22.05º | 0.95% | 0.24% | - |
| HSV(B) | 22.05º | 0.98% | 0.47% | - |
| XYZ | 8.74 | 5.95 | 0.77 | - |
| YUV | 63.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 3 | 0 | 0.62 | 0.98 | 0.53 | 22.05 | 0.95 | 0.24 |
| Hex | 78 | 2E | 3 | 0 | 3E | 62 | 35 | 16 | 5F | 18 |
| Octal | 170 | 56 | 3 | 0 | 76 | 142 | 65 | 26 | 137 | 30 |
| Binary | 1111000 | 101110 | 11 | 0 | 111110 | 1100010 | 110101 | 10110 | 1011111 | 11000 |
Color Harmonies of #782E03
Complementary color
Monochromatic Colors of #782E03
Black with #782E03
Text Example
Text Example
White with #782E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E03; }
p { color: rgb(120,46,3); }
H1.HeaderClassName
{
color: #782E03;
}
.AnyTagClassName
{
color: #782E03;
}
</style>
background-color css
<style>
a { background-color: #782E03; }
a { background-color: rgb(120,46,3); }
div.DivClassName
{
background-color: #782E03;
}
.BgClassName
{
background-color: #782E03;
}
</style>
border-color css
<style>
span { border-color: #782E03; }
span { border-color: rgb(120,46,3); }
td.TdClassName
{
border-color: #782E03;
}
.TagClassName
{
border-color: #782E03;
}
</style>