Shades of Peru Tan #773E18
Tints of Peru Tan #773E18
RGB
CMYK
RGB Variations
Color information
#773E18 (or 0x773E18) is known color: Peru Tan. HEX triplet: 77, 3E and 18. RGB value is (119,62,24). Sum of RGB (Red+Green+Blue) = 119+62+24=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773E18 is #88C1E7. Grayscale: #4A4A4A. Windows color (decimal): -8962536 or 1588855. OLE color: 1588855.
HSL color Cylindrical-coordinate representation of color #773E18: hue angle of 24º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #773E18 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 24 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.53 |
| HSL | 24º | 0.66% | 0.28% | - |
| HSV(B) | 24º | 0.8% | 0.47% | - |
| XYZ | 9.5 | 7.43 | 1.8 | - |
| YUV | 74.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 24 | 0 | 0.48 | 0.80 | 0.53 | 24 | 0.66 | 0.28 |
| Hex | 77 | 3E | 18 | 0 | 30 | 50 | 35 | 18 | 42 | 1C |
| Octal | 167 | 76 | 30 | 0 | 60 | 120 | 65 | 30 | 102 | 34 |
| Binary | 1110111 | 111110 | 11000 | 0 | 110000 | 1010000 | 110101 | 11000 | 1000010 | 11100 |
Color Harmonies of #773E18
Complementary color
Monochromatic Colors of #773E18
Black with #773E18
Text Example
Text Example
White with #773E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E18; }
p { color: rgb(119,62,24); }
H1.HeaderClassName
{
color: #773E18;
}
.AnyTagClassName
{
color: #773E18;
}
</style>
background-color css
<style>
a { background-color: #773E18; }
a { background-color: rgb(119,62,24); }
div.DivClassName
{
background-color: #773E18;
}
.BgClassName
{
background-color: #773E18;
}
</style>
border-color css
<style>
span { border-color: #773E18; }
span { border-color: rgb(119,62,24); }
td.TdClassName
{
border-color: #773E18;
}
.TagClassName
{
border-color: #773E18;
}
</style>