Shades of Peru Tan #723D23
Tints of Peru Tan #723D23
RGB
CMYK
RGB Variations
Color information
#723D23 (or 0x723D23) is known color: Peru Tan. HEX triplet: 72, 3D and 23. RGB value is (114,61,35). Sum of RGB (Red+Green+Blue) = 114+61+35=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #723D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D23 is #8DC2DC. Grayscale: #4A4A4A. Windows color (decimal): -9290461 or 2309490. OLE color: 2309490.
HSL color Cylindrical-coordinate representation of color #723D23: hue angle of 19.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #723D23 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 35 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.55 |
| HSL | 19.75º | 0.53% | 0.29% | - |
| HSV(B) | 19.75º | 0.69% | 0.45% | - |
| XYZ | 8.91 | 7.04 | 2.48 | - |
| YUV | 73.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 35 | 0 | 0.46 | 0.69 | 0.55 | 19.75 | 0.53 | 0.29 |
| Hex | 72 | 3D | 23 | 0 | 2E | 45 | 37 | 14 | 35 | 1D |
| Octal | 162 | 75 | 43 | 0 | 56 | 105 | 67 | 24 | 65 | 35 |
| Binary | 1110010 | 111101 | 100011 | 0 | 101110 | 1000101 | 110111 | 10100 | 110101 | 11101 |
Color Harmonies of #723D23
Complementary color
Monochromatic Colors of #723D23
Black with #723D23
Text Example
Text Example
White with #723D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D23; }
p { color: rgb(114,61,35); }
H1.HeaderClassName
{
color: #723D23;
}
.AnyTagClassName
{
color: #723D23;
}
</style>
background-color css
<style>
a { background-color: #723D23; }
a { background-color: rgb(114,61,35); }
div.DivClassName
{
background-color: #723D23;
}
.BgClassName
{
background-color: #723D23;
}
</style>
border-color css
<style>
span { border-color: #723D23; }
span { border-color: rgb(114,61,35); }
td.TdClassName
{
border-color: #723D23;
}
.TagClassName
{
border-color: #723D23;
}
</style>