Shades of Peru Tan #7F330F
Tints of Peru Tan #7F330F
RGB
CMYK
RGB Variations
Color information
#7F330F (or 0x7F330F) is known color: Peru Tan. HEX triplet: 7F, 33 and 0F. RGB value is (127,51,15). Sum of RGB (Red+Green+Blue) = 127+51+15=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F330F is #80CCF0. Grayscale: #454545. Windows color (decimal): -8441073 or 996223. OLE color: 996223.
HSL color Cylindrical-coordinate representation of color #7F330F: hue angle of 19.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F330F is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 15 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.50 |
| HSL | 19.29º | 0.79% | 0.28% | - |
| HSV(B) | 19.29º | 0.88% | 0.5% | - |
| XYZ | 10.02 | 6.91 | 1.26 | - |
| YUV | 69.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 15 | 0 | 0.60 | 0.88 | 0.50 | 19.29 | 0.79 | 0.28 |
| Hex | 7F | 33 | F | 0 | 3C | 58 | 32 | 13 | 4F | 1C |
| Octal | 177 | 63 | 17 | 0 | 74 | 130 | 62 | 23 | 117 | 34 |
| Binary | 1111111 | 110011 | 1111 | 0 | 111100 | 1011000 | 110010 | 10011 | 1001111 | 11100 |
Color Harmonies of #7F330F
Complementary color
Monochromatic Colors of #7F330F
Black with #7F330F
Text Example
Text Example
White with #7F330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F330F; }
p { color: rgb(127,51,15); }
H1.HeaderClassName
{
color: #7F330F;
}
.AnyTagClassName
{
color: #7F330F;
}
</style>
background-color css
<style>
a { background-color: #7F330F; }
a { background-color: rgb(127,51,15); }
div.DivClassName
{
background-color: #7F330F;
}
.BgClassName
{
background-color: #7F330F;
}
</style>
border-color css
<style>
span { border-color: #7F330F; }
span { border-color: rgb(127,51,15); }
td.TdClassName
{
border-color: #7F330F;
}
.TagClassName
{
border-color: #7F330F;
}
</style>