Shades of Peru Tan #74270B
Tints of Peru Tan #74270B
RGB
CMYK
RGB Variations
Color information
#74270B (or 0x74270B) is known color: Peru Tan. HEX triplet: 74, 27 and 0B. RGB value is (116,39,11). Sum of RGB (Red+Green+Blue) = 116+39+11=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74270B is #8BD8F4. Grayscale: #3B3B3B. Windows color (decimal): -9165045 or 730996. OLE color: 730996.
HSL color Cylindrical-coordinate representation of color #74270B: hue angle of 16º 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 #74270B is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 11 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.55 |
| HSL | 16º | 0.83% | 0.25% | - |
| HSV(B) | 16º | 0.91% | 0.45% | - |
| XYZ | 7.99 | 5.19 | 0.9 | - |
| YUV | 58.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 11 | 0 | 0.66 | 0.91 | 0.55 | 16 | 0.83 | 0.25 |
| Hex | 74 | 27 | B | 0 | 42 | 5B | 37 | 10 | 53 | 19 |
| Octal | 164 | 47 | 13 | 0 | 102 | 133 | 67 | 20 | 123 | 31 |
| Binary | 1110100 | 100111 | 1011 | 0 | 1000010 | 1011011 | 110111 | 10000 | 1010011 | 11001 |
Color Harmonies of #74270B
Complementary color
Monochromatic Colors of #74270B
Black with #74270B
Text Example
Text Example
White with #74270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74270B; }
p { color: rgb(116,39,11); }
H1.HeaderClassName
{
color: #74270B;
}
.AnyTagClassName
{
color: #74270B;
}
</style>
background-color css
<style>
a { background-color: #74270B; }
a { background-color: rgb(116,39,11); }
div.DivClassName
{
background-color: #74270B;
}
.BgClassName
{
background-color: #74270B;
}
</style>
border-color css
<style>
span { border-color: #74270B; }
span { border-color: rgb(116,39,11); }
td.TdClassName
{
border-color: #74270B;
}
.TagClassName
{
border-color: #74270B;
}
</style>