Shades of Peru Tan #732E08
Tints of Peru Tan #732E08
RGB
CMYK
RGB Variations
Color information
#732E08 (or 0x732E08) is known color: Peru Tan. HEX triplet: 73, 2E and 08. RGB value is (115,46,8). Sum of RGB (Red+Green+Blue) = 115+46+8=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #732E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E08 is #8CD1F7. Grayscale: #3E3E3E. Windows color (decimal): -9228792 or 536179. OLE color: 536179.
HSL color Cylindrical-coordinate representation of color #732E08: hue angle of 21.31º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #732E08 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 8 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.55 |
| HSL | 21.31º | 0.87% | 0.24% | - |
| HSV(B) | 21.31º | 0.93% | 0.45% | - |
| XYZ | 8.09 | 5.62 | 0.89 | - |
| YUV | 62.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 8 | 0 | 0.6 | 0.93 | 0.55 | 21.31 | 0.87 | 0.24 |
| Hex | 73 | 2E | 8 | 0 | 3C | 5D | 37 | 15 | 57 | 18 |
| Octal | 163 | 56 | 10 | 0 | 74 | 135 | 67 | 25 | 127 | 30 |
| Binary | 1110011 | 101110 | 1000 | 0 | 111100 | 1011101 | 110111 | 10101 | 1010111 | 11000 |
Color Harmonies of #732E08
Complementary color
Monochromatic Colors of #732E08
Black with #732E08
Text Example
Text Example
White with #732E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E08; }
p { color: rgb(115,46,8); }
H1.HeaderClassName
{
color: #732E08;
}
.AnyTagClassName
{
color: #732E08;
}
</style>
background-color css
<style>
a { background-color: #732E08; }
a { background-color: rgb(115,46,8); }
div.DivClassName
{
background-color: #732E08;
}
.BgClassName
{
background-color: #732E08;
}
</style>
border-color css
<style>
span { border-color: #732E08; }
span { border-color: rgb(115,46,8); }
td.TdClassName
{
border-color: #732E08;
}
.TagClassName
{
border-color: #732E08;
}
</style>