Shades of Peru Tan #7B330D
Tints of Peru Tan #7B330D
RGB
CMYK
RGB Variations
Color information
#7B330D (or 0x7B330D) is known color: Peru Tan. HEX triplet: 7B, 33 and 0D. RGB value is (123,51,13). Sum of RGB (Red+Green+Blue) = 123+51+13=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B330D is #84CCF2. Grayscale: #444444. Windows color (decimal): -8703219 or 865147. OLE color: 865147.
HSL color Cylindrical-coordinate representation of color #7B330D: hue angle of 20.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B330D is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 13 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.52 |
| HSL | 20.73º | 0.81% | 0.27% | - |
| HSV(B) | 20.73º | 0.89% | 0.48% | - |
| XYZ | 9.42 | 6.61 | 1.16 | - |
| YUV | 68.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 13 | 0 | 0.59 | 0.89 | 0.52 | 20.73 | 0.81 | 0.27 |
| Hex | 7B | 33 | D | 0 | 3B | 59 | 34 | 15 | 51 | 1B |
| Octal | 173 | 63 | 15 | 0 | 73 | 131 | 64 | 25 | 121 | 33 |
| Binary | 1111011 | 110011 | 1101 | 0 | 111011 | 1011001 | 110100 | 10101 | 1010001 | 11011 |
Color Harmonies of #7B330D
Complementary color
Monochromatic Colors of #7B330D
Black with #7B330D
Text Example
Text Example
White with #7B330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B330D; }
p { color: rgb(123,51,13); }
H1.HeaderClassName
{
color: #7B330D;
}
.AnyTagClassName
{
color: #7B330D;
}
</style>
background-color css
<style>
a { background-color: #7B330D; }
a { background-color: rgb(123,51,13); }
div.DivClassName
{
background-color: #7B330D;
}
.BgClassName
{
background-color: #7B330D;
}
</style>
border-color css
<style>
span { border-color: #7B330D; }
span { border-color: rgb(123,51,13); }
td.TdClassName
{
border-color: #7B330D;
}
.TagClassName
{
border-color: #7B330D;
}
</style>