Shades of Pueblo #742C14
Tints of Pueblo #742C14
RGB
CMYK
RGB Variations
Color information
#742C14 (or 0x742C14) is known color: Pueblo. HEX triplet: 74, 2C and 14. RGB value is (116,44,20). Sum of RGB (Red+Green+Blue) = 116+44+20=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #742C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C14 is #8BD3EB. Grayscale: #3E3E3E. Windows color (decimal): -9163756 or 1322100. OLE color: 1322100.
HSL color Cylindrical-coordinate representation of color #742C14: hue angle of 15º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #742C14 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 20 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.55 |
| HSL | 15º | 0.71% | 0.27% | - |
| HSV(B) | 15º | 0.83% | 0.45% | - |
| XYZ | 8.23 | 5.56 | 1.3 | - |
| YUV | 62.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 20 | 0 | 0.62 | 0.83 | 0.55 | 15 | 0.71 | 0.27 |
| Hex | 74 | 2C | 14 | 0 | 3E | 53 | 37 | F | 47 | 1B |
| Octal | 164 | 54 | 24 | 0 | 76 | 123 | 67 | 17 | 107 | 33 |
| Binary | 1110100 | 101100 | 10100 | 0 | 111110 | 1010011 | 110111 | 1111 | 1000111 | 11011 |
Color Harmonies of #742C14
Complementary color
Monochromatic Colors of #742C14
Black with #742C14
Text Example
Text Example
White with #742C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C14; }
p { color: rgb(116,44,20); }
H1.HeaderClassName
{
color: #742C14;
}
.AnyTagClassName
{
color: #742C14;
}
</style>
background-color css
<style>
a { background-color: #742C14; }
a { background-color: rgb(116,44,20); }
div.DivClassName
{
background-color: #742C14;
}
.BgClassName
{
background-color: #742C14;
}
</style>
border-color css
<style>
span { border-color: #742C14; }
span { border-color: rgb(116,44,20); }
td.TdClassName
{
border-color: #742C14;
}
.TagClassName
{
border-color: #742C14;
}
</style>