Shades of Pueblo #742C16
Tints of Pueblo #742C16
RGB
CMYK
RGB Variations
Color information
#742C16 (or 0x742C16) is known color: Pueblo. HEX triplet: 74, 2C and 16. RGB value is (116,44,22). Sum of RGB (Red+Green+Blue) = 116+44+22=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C16 is #8BD3E9. Grayscale: #3F3F3F. Windows color (decimal): -9163754 or 1453172. OLE color: 1453172.
HSL color Cylindrical-coordinate representation of color #742C16: hue angle of 14.04º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742C16 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 22 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.55 |
| HSL | 14.04º | 0.68% | 0.27% | - |
| HSV(B) | 14.04º | 0.81% | 0.45% | - |
| XYZ | 8.25 | 5.57 | 1.4 | - |
| YUV | 63.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 22 | 0 | 0.62 | 0.81 | 0.55 | 14.04 | 0.68 | 0.27 |
| Hex | 74 | 2C | 16 | 0 | 3E | 51 | 37 | E | 44 | 1B |
| Octal | 164 | 54 | 26 | 0 | 76 | 121 | 67 | 16 | 104 | 33 |
| Binary | 1110100 | 101100 | 10110 | 0 | 111110 | 1010001 | 110111 | 1110 | 1000100 | 11011 |
Color Harmonies of #742C16
Complementary color
Monochromatic Colors of #742C16
Black with #742C16
Text Example
Text Example
White with #742C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C16; }
p { color: rgb(116,44,22); }
H1.HeaderClassName
{
color: #742C16;
}
.AnyTagClassName
{
color: #742C16;
}
</style>
background-color css
<style>
a { background-color: #742C16; }
a { background-color: rgb(116,44,22); }
div.DivClassName
{
background-color: #742C16;
}
.BgClassName
{
background-color: #742C16;
}
</style>
border-color css
<style>
span { border-color: #742C16; }
span { border-color: rgb(116,44,22); }
td.TdClassName
{
border-color: #742C16;
}
.TagClassName
{
border-color: #742C16;
}
</style>