Shades of Pueblo #732F26
Tints of Pueblo #732F26
RGB
CMYK
RGB Variations
Color information
#732F26 (or 0x732F26) is known color: Pueblo. HEX triplet: 73, 2F and 26. RGB value is (115,47,38). Sum of RGB (Red+Green+Blue) = 115+47+38=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #732F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F26 is #8CD0D9. Grayscale: #424242. Windows color (decimal): -9228506 or 2502515. OLE color: 2502515.
HSL color Cylindrical-coordinate representation of color #732F26: hue angle of 7.01º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732F26 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 38 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.55 |
| HSL | 7.01º | 0.5% | 0.3% | - |
| HSV(B) | 7.01º | 0.67% | 0.45% | - |
| XYZ | 8.44 | 5.82 | 2.51 | - |
| YUV | 66.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 38 | 0 | 0.59 | 0.67 | 0.55 | 7.01 | 0.5 | 0.3 |
| Hex | 73 | 2F | 26 | 0 | 3B | 43 | 37 | 7 | 32 | 1E |
| Octal | 163 | 57 | 46 | 0 | 73 | 103 | 67 | 7 | 62 | 36 |
| Binary | 1110011 | 101111 | 100110 | 0 | 111011 | 1000011 | 110111 | 111 | 110010 | 11110 |
Color Harmonies of #732F26
Complementary color
Monochromatic Colors of #732F26
Black with #732F26
Text Example
Text Example
White with #732F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F26; }
p { color: rgb(115,47,38); }
H1.HeaderClassName
{
color: #732F26;
}
.AnyTagClassName
{
color: #732F26;
}
</style>
background-color css
<style>
a { background-color: #732F26; }
a { background-color: rgb(115,47,38); }
div.DivClassName
{
background-color: #732F26;
}
.BgClassName
{
background-color: #732F26;
}
</style>
border-color css
<style>
span { border-color: #732F26; }
span { border-color: rgb(115,47,38); }
td.TdClassName
{
border-color: #732F26;
}
.TagClassName
{
border-color: #732F26;
}
</style>