Shades of Peru Tan #742A08
Tints of Peru Tan #742A08
RGB
CMYK
RGB Variations
Color information
#742A08 (or 0x742A08) is known color: Peru Tan. HEX triplet: 74, 2A and 08. RGB value is (116,42,8). Sum of RGB (Red+Green+Blue) = 116+42+8=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #742A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A08 is #8BD5F7. Grayscale: #3C3C3C. Windows color (decimal): -9164280 or 535156. OLE color: 535156.
HSL color Cylindrical-coordinate representation of color #742A08: hue angle of 18.89º 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 #742A08 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 42 | 8 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.55 |
| HSL | 18.89º | 0.87% | 0.24% | - |
| HSV(B) | 18.89º | 0.93% | 0.45% | - |
| XYZ | 8.07 | 5.39 | 0.84 | - |
| YUV | 60.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 8 | 0 | 0.64 | 0.93 | 0.55 | 18.89 | 0.87 | 0.24 |
| Hex | 74 | 2A | 8 | 0 | 40 | 5D | 37 | 13 | 57 | 18 |
| Octal | 164 | 52 | 10 | 0 | 100 | 135 | 67 | 23 | 127 | 30 |
| Binary | 1110100 | 101010 | 1000 | 0 | 1000000 | 1011101 | 110111 | 10011 | 1010111 | 11000 |
Color Harmonies of #742A08
Complementary color
Monochromatic Colors of #742A08
Black with #742A08
Text Example
Text Example
White with #742A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742A08; }
p { color: rgb(116,42,8); }
H1.HeaderClassName
{
color: #742A08;
}
.AnyTagClassName
{
color: #742A08;
}
</style>
background-color css
<style>
a { background-color: #742A08; }
a { background-color: rgb(116,42,8); }
div.DivClassName
{
background-color: #742A08;
}
.BgClassName
{
background-color: #742A08;
}
</style>
border-color css
<style>
span { border-color: #742A08; }
span { border-color: rgb(116,42,8); }
td.TdClassName
{
border-color: #742A08;
}
.TagClassName
{
border-color: #742A08;
}
</style>