Shades of Pueblo #732B1A
Tints of Pueblo #732B1A
RGB
CMYK
RGB Variations
Color information
#732B1A (or 0x732B1A) is known color: Pueblo. HEX triplet: 73, 2B and 1A. RGB value is (115,43,26). Sum of RGB (Red+Green+Blue) = 115+43+26=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #732B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B1A is #8CD4E5. Grayscale: #3E3E3E. Windows color (decimal): -9229542 or 1715059. OLE color: 1715059.
HSL color Cylindrical-coordinate representation of color #732B1A: hue angle of 11.46º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732B1A is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 26 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.55 |
| HSL | 11.46º | 0.63% | 0.28% | - |
| HSV(B) | 11.46º | 0.77% | 0.45% | - |
| XYZ | 8.12 | 5.45 | 1.6 | - |
| YUV | 62.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 26 | 0 | 0.63 | 0.77 | 0.55 | 11.46 | 0.63 | 0.28 |
| Hex | 73 | 2B | 1A | 0 | 3F | 4D | 37 | B | 3F | 1C |
| Octal | 163 | 53 | 32 | 0 | 77 | 115 | 67 | 13 | 77 | 34 |
| Binary | 1110011 | 101011 | 11010 | 0 | 111111 | 1001101 | 110111 | 1011 | 111111 | 11100 |
Color Harmonies of #732B1A
Complementary color
Monochromatic Colors of #732B1A
Black with #732B1A
Text Example
Text Example
White with #732B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B1A; }
p { color: rgb(115,43,26); }
H1.HeaderClassName
{
color: #732B1A;
}
.AnyTagClassName
{
color: #732B1A;
}
</style>
background-color css
<style>
a { background-color: #732B1A; }
a { background-color: rgb(115,43,26); }
div.DivClassName
{
background-color: #732B1A;
}
.BgClassName
{
background-color: #732B1A;
}
</style>
border-color css
<style>
span { border-color: #732B1A; }
span { border-color: rgb(115,43,26); }
td.TdClassName
{
border-color: #732B1A;
}
.TagClassName
{
border-color: #732B1A;
}
</style>