Shades of Peru Tan #75361B
Tints of Peru Tan #75361B
RGB
CMYK
RGB Variations
Color information
#75361B (or 0x75361B) is known color: Peru Tan. HEX triplet: 75, 36 and 1B. RGB value is (117,54,27). Sum of RGB (Red+Green+Blue) = 117+54+27=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75361B is #8AC9E4. Grayscale: #454545. Windows color (decimal): -9095653 or 1783413. OLE color: 1783413.
HSL color Cylindrical-coordinate representation of color #75361B: hue angle of 18º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75361B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 27 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.54 |
| HSL | 18º | 0.63% | 0.28% | - |
| HSV(B) | 18º | 0.77% | 0.46% | - |
| XYZ | 8.85 | 6.5 | 1.82 | - |
| YUV | 69.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 27 | 0 | 0.54 | 0.77 | 0.54 | 18 | 0.63 | 0.28 |
| Hex | 75 | 36 | 1B | 0 | 36 | 4D | 36 | 12 | 3E | 1C |
| Octal | 165 | 66 | 33 | 0 | 66 | 115 | 66 | 22 | 76 | 34 |
| Binary | 1110101 | 110110 | 11011 | 0 | 110110 | 1001101 | 110110 | 10010 | 111110 | 11100 |
Color Harmonies of #75361B
Complementary color
Monochromatic Colors of #75361B
Black with #75361B
Text Example
Text Example
White with #75361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75361B; }
p { color: rgb(117,54,27); }
H1.HeaderClassName
{
color: #75361B;
}
.AnyTagClassName
{
color: #75361B;
}
</style>
background-color css
<style>
a { background-color: #75361B; }
a { background-color: rgb(117,54,27); }
div.DivClassName
{
background-color: #75361B;
}
.BgClassName
{
background-color: #75361B;
}
</style>
border-color css
<style>
span { border-color: #75361B; }
span { border-color: rgb(117,54,27); }
td.TdClassName
{
border-color: #75361B;
}
.TagClassName
{
border-color: #75361B;
}
</style>