Shades of Peru Tan #742C08
Tints of Peru Tan #742C08
RGB
CMYK
RGB Variations
Color information
#742C08 (or 0x742C08) is known color: Peru Tan. HEX triplet: 74, 2C and 08. RGB value is (116,44,8). Sum of RGB (Red+Green+Blue) = 116+44+8=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #742C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C08 is #8BD3F7. Grayscale: #3D3D3D. Windows color (decimal): -9163768 or 535668. OLE color: 535668.
HSL color Cylindrical-coordinate representation of color #742C08: hue angle of 20º 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 #742C08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 8 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.55 |
| HSL | 20º | 0.87% | 0.24% | - |
| HSV(B) | 20º | 0.93% | 0.45% | - |
| XYZ | 8.15 | 5.53 | 0.87 | - |
| YUV | 61.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 8 | 0 | 0.62 | 0.93 | 0.55 | 20 | 0.87 | 0.24 |
| Hex | 74 | 2C | 8 | 0 | 3E | 5D | 37 | 14 | 57 | 18 |
| Octal | 164 | 54 | 10 | 0 | 76 | 135 | 67 | 24 | 127 | 30 |
| Binary | 1110100 | 101100 | 1000 | 0 | 111110 | 1011101 | 110111 | 10100 | 1010111 | 11000 |
Color Harmonies of #742C08
Complementary color
Monochromatic Colors of #742C08
Black with #742C08
Text Example
Text Example
White with #742C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C08; }
p { color: rgb(116,44,8); }
H1.HeaderClassName
{
color: #742C08;
}
.AnyTagClassName
{
color: #742C08;
}
</style>
background-color css
<style>
a { background-color: #742C08; }
a { background-color: rgb(116,44,8); }
div.DivClassName
{
background-color: #742C08;
}
.BgClassName
{
background-color: #742C08;
}
</style>
border-color css
<style>
span { border-color: #742C08; }
span { border-color: rgb(116,44,8); }
td.TdClassName
{
border-color: #742C08;
}
.TagClassName
{
border-color: #742C08;
}
</style>