Shades of Pueblo #742D16
Tints of Pueblo #742D16
RGB
CMYK
RGB Variations
Color information
#742D16 (or 0x742D16) is known color: Pueblo. HEX triplet: 74, 2D and 16. RGB value is (116,45,22). Sum of RGB (Red+Green+Blue) = 116+45+22=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #742D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D16 is #8BD2E9. Grayscale: #3F3F3F. Windows color (decimal): -9163498 or 1453428. OLE color: 1453428.
HSL color Cylindrical-coordinate representation of color #742D16: hue angle of 14.68º 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 #742D16 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 22 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.55 |
| HSL | 14.68º | 0.68% | 0.27% | - |
| HSV(B) | 14.68º | 0.81% | 0.45% | - |
| XYZ | 8.29 | 5.65 | 1.41 | - |
| YUV | 63.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 22 | 0 | 0.61 | 0.81 | 0.55 | 14.68 | 0.68 | 0.27 |
| Hex | 74 | 2D | 16 | 0 | 3D | 51 | 37 | F | 44 | 1B |
| Octal | 164 | 55 | 26 | 0 | 75 | 121 | 67 | 17 | 104 | 33 |
| Binary | 1110100 | 101101 | 10110 | 0 | 111101 | 1010001 | 110111 | 1111 | 1000100 | 11011 |
Color Harmonies of #742D16
Complementary color
Monochromatic Colors of #742D16
Black with #742D16
Text Example
Text Example
White with #742D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D16; }
p { color: rgb(116,45,22); }
H1.HeaderClassName
{
color: #742D16;
}
.AnyTagClassName
{
color: #742D16;
}
</style>
background-color css
<style>
a { background-color: #742D16; }
a { background-color: rgb(116,45,22); }
div.DivClassName
{
background-color: #742D16;
}
.BgClassName
{
background-color: #742D16;
}
</style>
border-color css
<style>
span { border-color: #742D16; }
span { border-color: rgb(116,45,22); }
td.TdClassName
{
border-color: #742D16;
}
.TagClassName
{
border-color: #742D16;
}
</style>