Shades of Pueblo #742E22
Tints of Pueblo #742E22
RGB
CMYK
RGB Variations
Color information
#742E22 (or 0x742E22) is known color: Pueblo. HEX triplet: 74, 2E and 22. RGB value is (116,46,34). Sum of RGB (Red+Green+Blue) = 116+46+34=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E22 is #8BD1DD. Grayscale: #414141. Windows color (decimal): -9163230 or 2240116. OLE color: 2240116.
HSL color Cylindrical-coordinate representation of color #742E22: hue angle of 8.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742E22 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 34 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.55 |
| HSL | 8.78º | 0.55% | 0.29% | - |
| HSV(B) | 8.78º | 0.71% | 0.45% | - |
| XYZ | 8.47 | 5.78 | 2.18 | - |
| YUV | 65.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 34 | 0 | 0.60 | 0.71 | 0.55 | 8.78 | 0.55 | 0.29 |
| Hex | 74 | 2E | 22 | 0 | 3C | 47 | 37 | 9 | 37 | 1D |
| Octal | 164 | 56 | 42 | 0 | 74 | 107 | 67 | 11 | 67 | 35 |
| Binary | 1110100 | 101110 | 100010 | 0 | 111100 | 1000111 | 110111 | 1001 | 110111 | 11101 |
Color Harmonies of #742E22
Complementary color
Monochromatic Colors of #742E22
Black with #742E22
Text Example
Text Example
White with #742E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E22; }
p { color: rgb(116,46,34); }
H1.HeaderClassName
{
color: #742E22;
}
.AnyTagClassName
{
color: #742E22;
}
</style>
background-color css
<style>
a { background-color: #742E22; }
a { background-color: rgb(116,46,34); }
div.DivClassName
{
background-color: #742E22;
}
.BgClassName
{
background-color: #742E22;
}
</style>
border-color css
<style>
span { border-color: #742E22; }
span { border-color: rgb(116,46,34); }
td.TdClassName
{
border-color: #742E22;
}
.TagClassName
{
border-color: #742E22;
}
</style>