Shades of Peru Tan #732C0D
Tints of Peru Tan #732C0D
RGB
CMYK
RGB Variations
Color information
#732C0D (or 0x732C0D) is known color: Peru Tan. HEX triplet: 73, 2C and 0D. RGB value is (115,44,13). Sum of RGB (Red+Green+Blue) = 115+44+13=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732C0D is #8CD3F2. Grayscale: #3D3D3D. Windows color (decimal): -9229299 or 863347. OLE color: 863347.
HSL color Cylindrical-coordinate representation of color #732C0D: hue angle of 18.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #732C0D is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 13 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.55 |
| HSL | 18.24º | 0.8% | 0.25% | - |
| HSV(B) | 18.24º | 0.89% | 0.45% | - |
| XYZ | 8.04 | 5.48 | 1.01 | - |
| YUV | 61.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 13 | 0 | 0.62 | 0.89 | 0.55 | 18.24 | 0.8 | 0.25 |
| Hex | 73 | 2C | D | 0 | 3E | 59 | 37 | 12 | 50 | 19 |
| Octal | 163 | 54 | 15 | 0 | 76 | 131 | 67 | 22 | 120 | 31 |
| Binary | 1110011 | 101100 | 1101 | 0 | 111110 | 1011001 | 110111 | 10010 | 1010000 | 11001 |
Color Harmonies of #732C0D
Complementary color
Monochromatic Colors of #732C0D
Black with #732C0D
Text Example
Text Example
White with #732C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C0D; }
p { color: rgb(115,44,13); }
H1.HeaderClassName
{
color: #732C0D;
}
.AnyTagClassName
{
color: #732C0D;
}
</style>
background-color css
<style>
a { background-color: #732C0D; }
a { background-color: rgb(115,44,13); }
div.DivClassName
{
background-color: #732C0D;
}
.BgClassName
{
background-color: #732C0D;
}
</style>
border-color css
<style>
span { border-color: #732C0D; }
span { border-color: rgb(115,44,13); }
td.TdClassName
{
border-color: #732C0D;
}
.TagClassName
{
border-color: #732C0D;
}
</style>