Shades of Pueblo #742E18
Tints of Pueblo #742E18
RGB
CMYK
RGB Variations
Color information
#742E18 (or 0x742E18) is known color: Pueblo. HEX triplet: 74, 2E and 18. RGB value is (116,46,24). Sum of RGB (Red+Green+Blue) = 116+46+24=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #742E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E18 is #8BD1E7. Grayscale: #404040. Windows color (decimal): -9163240 or 1584756. OLE color: 1584756.
HSL color Cylindrical-coordinate representation of color #742E18: hue angle of 14.35º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742E18 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 24 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.55 |
| HSL | 14.35º | 0.66% | 0.27% | - |
| HSV(B) | 14.35º | 0.79% | 0.45% | - |
| XYZ | 8.34 | 5.73 | 1.53 | - |
| YUV | 64.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 24 | 0 | 0.60 | 0.79 | 0.55 | 14.35 | 0.66 | 0.27 |
| Hex | 74 | 2E | 18 | 0 | 3C | 4F | 37 | E | 42 | 1B |
| Octal | 164 | 56 | 30 | 0 | 74 | 117 | 67 | 16 | 102 | 33 |
| Binary | 1110100 | 101110 | 11000 | 0 | 111100 | 1001111 | 110111 | 1110 | 1000010 | 11011 |
Color Harmonies of #742E18
Complementary color
Monochromatic Colors of #742E18
Black with #742E18
Text Example
Text Example
White with #742E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E18; }
p { color: rgb(116,46,24); }
H1.HeaderClassName
{
color: #742E18;
}
.AnyTagClassName
{
color: #742E18;
}
</style>
background-color css
<style>
a { background-color: #742E18; }
a { background-color: rgb(116,46,24); }
div.DivClassName
{
background-color: #742E18;
}
.BgClassName
{
background-color: #742E18;
}
</style>
border-color css
<style>
span { border-color: #742E18; }
span { border-color: rgb(116,46,24); }
td.TdClassName
{
border-color: #742E18;
}
.TagClassName
{
border-color: #742E18;
}
</style>