Shades of Pueblo #742D20
Tints of Pueblo #742D20
RGB
CMYK
RGB Variations
Color information
#742D20 (or 0x742D20) is known color: Pueblo. HEX triplet: 74, 2D and 20. RGB value is (116,45,32). Sum of RGB (Red+Green+Blue) = 116+45+32=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D20 is #8BD2DF. Grayscale: #404040. Windows color (decimal): -9163488 or 2108788. OLE color: 2108788.
HSL color Cylindrical-coordinate representation of color #742D20: hue angle of 9.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742D20 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 32 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.55 |
| HSL | 9.29º | 0.57% | 0.29% | - |
| HSV(B) | 9.29º | 0.72% | 0.45% | - |
| XYZ | 8.4 | 5.69 | 2.02 | - |
| YUV | 64.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 32 | 0 | 0.61 | 0.72 | 0.55 | 9.29 | 0.57 | 0.29 |
| Hex | 74 | 2D | 20 | 0 | 3D | 48 | 37 | 9 | 39 | 1D |
| Octal | 164 | 55 | 40 | 0 | 75 | 110 | 67 | 11 | 71 | 35 |
| Binary | 1110100 | 101101 | 100000 | 0 | 111101 | 1001000 | 110111 | 1001 | 111001 | 11101 |
Color Harmonies of #742D20
Complementary color
Monochromatic Colors of #742D20
Black with #742D20
Text Example
Text Example
White with #742D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D20; }
p { color: rgb(116,45,32); }
H1.HeaderClassName
{
color: #742D20;
}
.AnyTagClassName
{
color: #742D20;
}
</style>
background-color css
<style>
a { background-color: #742D20; }
a { background-color: rgb(116,45,32); }
div.DivClassName
{
background-color: #742D20;
}
.BgClassName
{
background-color: #742D20;
}
</style>
border-color css
<style>
span { border-color: #742D20; }
span { border-color: rgb(116,45,32); }
td.TdClassName
{
border-color: #742D20;
}
.TagClassName
{
border-color: #742D20;
}
</style>