Shades of Peru Tan #74280B
Tints of Peru Tan #74280B
RGB
CMYK
RGB Variations
Color information
#74280B (or 0x74280B) is known color: Peru Tan. HEX triplet: 74, 28 and 0B. RGB value is (116,40,11). Sum of RGB (Red+Green+Blue) = 116+40+11=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74280B is #8BD7F4. Grayscale: #3B3B3B. Windows color (decimal): -9164789 or 731252. OLE color: 731252.
HSL color Cylindrical-coordinate representation of color #74280B: hue angle of 16.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74280B is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 11 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.55 |
| HSL | 16.57º | 0.83% | 0.25% | - |
| HSV(B) | 16.57º | 0.91% | 0.45% | - |
| XYZ | 8.02 | 5.25 | 0.91 | - |
| YUV | 59.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 11 | 0 | 0.66 | 0.91 | 0.55 | 16.57 | 0.83 | 0.25 |
| Hex | 74 | 28 | B | 0 | 42 | 5B | 37 | 11 | 53 | 19 |
| Octal | 164 | 50 | 13 | 0 | 102 | 133 | 67 | 21 | 123 | 31 |
| Binary | 1110100 | 101000 | 1011 | 0 | 1000010 | 1011011 | 110111 | 10001 | 1010011 | 11001 |
Color Harmonies of #74280B
Complementary color
Monochromatic Colors of #74280B
Black with #74280B
Text Example
Text Example
White with #74280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74280B; }
p { color: rgb(116,40,11); }
H1.HeaderClassName
{
color: #74280B;
}
.AnyTagClassName
{
color: #74280B;
}
</style>
background-color css
<style>
a { background-color: #74280B; }
a { background-color: rgb(116,40,11); }
div.DivClassName
{
background-color: #74280B;
}
.BgClassName
{
background-color: #74280B;
}
</style>
border-color css
<style>
span { border-color: #74280B; }
span { border-color: rgb(116,40,11); }
td.TdClassName
{
border-color: #74280B;
}
.TagClassName
{
border-color: #74280B;
}
</style>