Shades of Peru Tan #75431C
Tints of Peru Tan #75431C
RGB
CMYK
RGB Variations
Color information
#75431C (or 0x75431C) is known color: Peru Tan. HEX triplet: 75, 43 and 1C. RGB value is (117,67,28). Sum of RGB (Red+Green+Blue) = 117+67+28=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75431C is #8ABCE3. Grayscale: #4D4D4D. Windows color (decimal): -9092324 or 1852277. OLE color: 1852277.
HSL color Cylindrical-coordinate representation of color #75431C: hue angle of 26.29º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75431C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 28 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.54 |
| HSL | 26.29º | 0.61% | 0.28% | - |
| HSV(B) | 26.29º | 0.76% | 0.46% | - |
| XYZ | 9.55 | 7.88 | 2.12 | - |
| YUV | 77.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 28 | 0 | 0.43 | 0.76 | 0.54 | 26.29 | 0.61 | 0.28 |
| Hex | 75 | 43 | 1C | 0 | 2B | 4C | 36 | 1A | 3D | 1C |
| Octal | 165 | 103 | 34 | 0 | 53 | 114 | 66 | 32 | 75 | 34 |
| Binary | 1110101 | 1000011 | 11100 | 0 | 101011 | 1001100 | 110110 | 11010 | 111101 | 11100 |
Color Harmonies of #75431C
Complementary color
Monochromatic Colors of #75431C
Black with #75431C
Text Example
Text Example
White with #75431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75431C; }
p { color: rgb(117,67,28); }
H1.HeaderClassName
{
color: #75431C;
}
.AnyTagClassName
{
color: #75431C;
}
</style>
background-color css
<style>
a { background-color: #75431C; }
a { background-color: rgb(117,67,28); }
div.DivClassName
{
background-color: #75431C;
}
.BgClassName
{
background-color: #75431C;
}
</style>
border-color css
<style>
span { border-color: #75431C; }
span { border-color: rgb(117,67,28); }
td.TdClassName
{
border-color: #75431C;
}
.TagClassName
{
border-color: #75431C;
}
</style>