Shades of Peru Tan #76330D
Tints of Peru Tan #76330D
RGB
CMYK
RGB Variations
Color information
#76330D (or 0x76330D) is known color: Peru Tan. HEX triplet: 76, 33 and 0D. RGB value is (118,51,13). Sum of RGB (Red+Green+Blue) = 118+51+13=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76330D is #89CCF2. Grayscale: #424242. Windows color (decimal): -9030899 or 865142. OLE color: 865142.
HSL color Cylindrical-coordinate representation of color #76330D: hue angle of 21.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76330D is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 13 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.54 |
| HSL | 21.71º | 0.8% | 0.26% | - |
| HSV(B) | 21.71º | 0.89% | 0.46% | - |
| XYZ | 8.73 | 6.25 | 1.13 | - |
| YUV | 66.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 13 | 0 | 0.57 | 0.89 | 0.54 | 21.71 | 0.8 | 0.26 |
| Hex | 76 | 33 | D | 0 | 39 | 59 | 36 | 16 | 50 | 1A |
| Octal | 166 | 63 | 15 | 0 | 71 | 131 | 66 | 26 | 120 | 32 |
| Binary | 1110110 | 110011 | 1101 | 0 | 111001 | 1011001 | 110110 | 10110 | 1010000 | 11010 |
Color Harmonies of #76330D
Complementary color
Monochromatic Colors of #76330D
Black with #76330D
Text Example
Text Example
White with #76330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76330D; }
p { color: rgb(118,51,13); }
H1.HeaderClassName
{
color: #76330D;
}
.AnyTagClassName
{
color: #76330D;
}
</style>
background-color css
<style>
a { background-color: #76330D; }
a { background-color: rgb(118,51,13); }
div.DivClassName
{
background-color: #76330D;
}
.BgClassName
{
background-color: #76330D;
}
</style>
border-color css
<style>
span { border-color: #76330D; }
span { border-color: rgb(118,51,13); }
td.TdClassName
{
border-color: #76330D;
}
.TagClassName
{
border-color: #76330D;
}
</style>