Shades of Pueblo #732E1D
Tints of Pueblo #732E1D
RGB
CMYK
RGB Variations
Color information
#732E1D (or 0x732E1D) is known color: Pueblo. HEX triplet: 73, 2E and 1D. RGB value is (115,46,29). Sum of RGB (Red+Green+Blue) = 115+46+29=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #732E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E1D is #8CD1E2. Grayscale: #404040. Windows color (decimal): -9228771 or 1912435. OLE color: 1912435.
HSL color Cylindrical-coordinate representation of color #732E1D: hue angle of 11.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732E1D is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 29 | - |
| CMYK | 0 | 0.6 | 0.75 | 0.55 |
| HSL | 11.86º | 0.6% | 0.28% | - |
| HSV(B) | 11.86º | 0.75% | 0.45% | - |
| XYZ | 8.27 | 5.69 | 1.82 | - |
| YUV | 64.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 29 | 0 | 0.6 | 0.75 | 0.55 | 11.86 | 0.6 | 0.28 |
| Hex | 73 | 2E | 1D | 0 | 3C | 4B | 37 | C | 3C | 1C |
| Octal | 163 | 56 | 35 | 0 | 74 | 113 | 67 | 14 | 74 | 34 |
| Binary | 1110011 | 101110 | 11101 | 0 | 111100 | 1001011 | 110111 | 1100 | 111100 | 11100 |
Color Harmonies of #732E1D
Complementary color
Monochromatic Colors of #732E1D
Black with #732E1D
Text Example
Text Example
White with #732E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E1D; }
p { color: rgb(115,46,29); }
H1.HeaderClassName
{
color: #732E1D;
}
.AnyTagClassName
{
color: #732E1D;
}
</style>
background-color css
<style>
a { background-color: #732E1D; }
a { background-color: rgb(115,46,29); }
div.DivClassName
{
background-color: #732E1D;
}
.BgClassName
{
background-color: #732E1D;
}
</style>
border-color css
<style>
span { border-color: #732E1D; }
span { border-color: rgb(115,46,29); }
td.TdClassName
{
border-color: #732E1D;
}
.TagClassName
{
border-color: #732E1D;
}
</style>