Shades of Peru Tan #7D3319
Tints of Peru Tan #7D3319
RGB
CMYK
RGB Variations
Color information
#7D3319 (or 0x7D3319) is known color: Peru Tan. HEX triplet: 7D, 33 and 19. RGB value is (125,51,25). Sum of RGB (Red+Green+Blue) = 125+51+25=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3319 is #82CCE6. Grayscale: #464646. Windows color (decimal): -8572135 or 1651581. OLE color: 1651581.
HSL color Cylindrical-coordinate representation of color #7D3319: hue angle of 15.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D3319 is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 25 | - |
| CMYK | 0 | 0.59 | 0.8 | 0.51 |
| HSL | 15.6º | 0.67% | 0.29% | - |
| HSV(B) | 15.6º | 0.8% | 0.49% | - |
| XYZ | 9.82 | 6.8 | 1.71 | - |
| YUV | 70.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 25 | 0 | 0.59 | 0.8 | 0.51 | 15.6 | 0.67 | 0.29 |
| Hex | 7D | 33 | 19 | 0 | 3B | 50 | 33 | 10 | 43 | 1D |
| Octal | 175 | 63 | 31 | 0 | 73 | 120 | 63 | 20 | 103 | 35 |
| Binary | 1111101 | 110011 | 11001 | 0 | 111011 | 1010000 | 110011 | 10000 | 1000011 | 11101 |
Color Harmonies of #7D3319
Complementary color
Monochromatic Colors of #7D3319
Black with #7D3319
Text Example
Text Example
White with #7D3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3319; }
p { color: rgb(125,51,25); }
H1.HeaderClassName
{
color: #7D3319;
}
.AnyTagClassName
{
color: #7D3319;
}
</style>
background-color css
<style>
a { background-color: #7D3319; }
a { background-color: rgb(125,51,25); }
div.DivClassName
{
background-color: #7D3319;
}
.BgClassName
{
background-color: #7D3319;
}
</style>
border-color css
<style>
span { border-color: #7D3319; }
span { border-color: rgb(125,51,25); }
td.TdClassName
{
border-color: #7D3319;
}
.TagClassName
{
border-color: #7D3319;
}
</style>