Shades of Peru Tan #753D23
Tints of Peru Tan #753D23
RGB
CMYK
RGB Variations
Color information
#753D23 (or 0x753D23) is known color: Peru Tan. HEX triplet: 75, 3D and 23. RGB value is (117,61,35). Sum of RGB (Red+Green+Blue) = 117+61+35=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #753D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D23 is #8AC2DC. Grayscale: #4A4A4A. Windows color (decimal): -9093853 or 2309493. OLE color: 2309493.
HSL color Cylindrical-coordinate representation of color #753D23: hue angle of 19.02º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753D23 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 35 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.54 |
| HSL | 19.02º | 0.54% | 0.3% | - |
| HSV(B) | 19.02º | 0.7% | 0.46% | - |
| XYZ | 9.31 | 7.24 | 2.5 | - |
| YUV | 74.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 35 | 0 | 0.48 | 0.70 | 0.54 | 19.02 | 0.54 | 0.3 |
| Hex | 75 | 3D | 23 | 0 | 30 | 46 | 36 | 13 | 36 | 1E |
| Octal | 165 | 75 | 43 | 0 | 60 | 106 | 66 | 23 | 66 | 36 |
| Binary | 1110101 | 111101 | 100011 | 0 | 110000 | 1000110 | 110110 | 10011 | 110110 | 11110 |
Color Harmonies of #753D23
Complementary color
Monochromatic Colors of #753D23
Black with #753D23
Text Example
Text Example
White with #753D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D23; }
p { color: rgb(117,61,35); }
H1.HeaderClassName
{
color: #753D23;
}
.AnyTagClassName
{
color: #753D23;
}
</style>
background-color css
<style>
a { background-color: #753D23; }
a { background-color: rgb(117,61,35); }
div.DivClassName
{
background-color: #753D23;
}
.BgClassName
{
background-color: #753D23;
}
</style>
border-color css
<style>
span { border-color: #753D23; }
span { border-color: rgb(117,61,35); }
td.TdClassName
{
border-color: #753D23;
}
.TagClassName
{
border-color: #753D23;
}
</style>