Shades of Peru Tan #75331C
Tints of Peru Tan #75331C
RGB
CMYK
RGB Variations
Color information
#75331C (or 0x75331C) is known color: Peru Tan. HEX triplet: 75, 33 and 1C. RGB value is (117,51,28). Sum of RGB (Red+Green+Blue) = 117+51+28=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75331C is #8ACCE3. Grayscale: #444444. Windows color (decimal): -9096420 or 1848181. OLE color: 1848181.
HSL color Cylindrical-coordinate representation of color #75331C: hue angle of 15.51º 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 #75331C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 28 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.54 |
| HSL | 15.51º | 0.61% | 0.28% | - |
| HSV(B) | 15.51º | 0.76% | 0.46% | - |
| XYZ | 8.73 | 6.23 | 1.84 | - |
| YUV | 68.11 | 105.37 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 28 | 0 | 0.56 | 0.76 | 0.54 | 15.51 | 0.61 | 0.28 |
| Hex | 75 | 33 | 1C | 0 | 38 | 4C | 36 | 10 | 3D | 1C |
| Octal | 165 | 63 | 34 | 0 | 70 | 114 | 66 | 20 | 75 | 34 |
| Binary | 1110101 | 110011 | 11100 | 0 | 111000 | 1001100 | 110110 | 10000 | 111101 | 11100 |
Color Harmonies of #75331C
Complementary color
Monochromatic Colors of #75331C
Black with #75331C
Text Example
Text Example
White with #75331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75331C; }
p { color: rgb(117,51,28); }
H1.HeaderClassName
{
color: #75331C;
}
.AnyTagClassName
{
color: #75331C;
}
</style>
background-color css
<style>
a { background-color: #75331C; }
a { background-color: rgb(117,51,28); }
div.DivClassName
{
background-color: #75331C;
}
.BgClassName
{
background-color: #75331C;
}
</style>
border-color css
<style>
span { border-color: #75331C; }
span { border-color: rgb(117,51,28); }
td.TdClassName
{
border-color: #75331C;
}
.TagClassName
{
border-color: #75331C;
}
</style>