Shades of Peru Tan #723E1C
Tints of Peru Tan #723E1C
RGB
CMYK
RGB Variations
Color information
#723E1C (or 0x723E1C) is known color: Peru Tan. HEX triplet: 72, 3E and 1C. RGB value is (114,62,28). Sum of RGB (Red+Green+Blue) = 114+62+28=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #723E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723E1C is #8DC1E3. Grayscale: #494949. Windows color (decimal): -9290212 or 1850994. OLE color: 1850994.
HSL color Cylindrical-coordinate representation of color #723E1C: hue angle of 23.72º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #723E1C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 28 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.55 |
| HSL | 23.72º | 0.61% | 0.28% | - |
| HSV(B) | 23.72º | 0.75% | 0.45% | - |
| XYZ | 8.87 | 7.11 | 2 | - |
| YUV | 73.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 28 | 0 | 0.46 | 0.75 | 0.55 | 23.72 | 0.61 | 0.28 |
| Hex | 72 | 3E | 1C | 0 | 2E | 4B | 37 | 18 | 3D | 1C |
| Octal | 162 | 76 | 34 | 0 | 56 | 113 | 67 | 30 | 75 | 34 |
| Binary | 1110010 | 111110 | 11100 | 0 | 101110 | 1001011 | 110111 | 11000 | 111101 | 11100 |
Color Harmonies of #723E1C
Complementary color
Monochromatic Colors of #723E1C
Black with #723E1C
Text Example
Text Example
White with #723E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E1C; }
p { color: rgb(114,62,28); }
H1.HeaderClassName
{
color: #723E1C;
}
.AnyTagClassName
{
color: #723E1C;
}
</style>
background-color css
<style>
a { background-color: #723E1C; }
a { background-color: rgb(114,62,28); }
div.DivClassName
{
background-color: #723E1C;
}
.BgClassName
{
background-color: #723E1C;
}
</style>
border-color css
<style>
span { border-color: #723E1C; }
span { border-color: rgb(114,62,28); }
td.TdClassName
{
border-color: #723E1C;
}
.TagClassName
{
border-color: #723E1C;
}
</style>