Shades of Pueblo #752B19
Tints of Pueblo #752B19
RGB
CMYK
RGB Variations
Color information
#752B19 (or 0x752B19) is known color: Pueblo. HEX triplet: 75, 2B and 19. RGB value is (117,43,25). Sum of RGB (Red+Green+Blue) = 117+43+25=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B19 is #8AD4E6. Grayscale: #3F3F3F. Windows color (decimal): -9098471 or 1649525. OLE color: 1649525.
HSL color Cylindrical-coordinate representation of color #752B19: hue angle of 11.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752B19 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 25 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.54 |
| HSL | 11.74º | 0.65% | 0.28% | - |
| HSV(B) | 11.74º | 0.79% | 0.46% | - |
| XYZ | 8.38 | 5.58 | 1.56 | - |
| YUV | 63.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 25 | 0 | 0.63 | 0.79 | 0.54 | 11.74 | 0.65 | 0.28 |
| Hex | 75 | 2B | 19 | 0 | 3F | 4F | 36 | C | 41 | 1C |
| Octal | 165 | 53 | 31 | 0 | 77 | 117 | 66 | 14 | 101 | 34 |
| Binary | 1110101 | 101011 | 11001 | 0 | 111111 | 1001111 | 110110 | 1100 | 1000001 | 11100 |
Color Harmonies of #752B19
Complementary color
Monochromatic Colors of #752B19
Black with #752B19
Text Example
Text Example
White with #752B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B19; }
p { color: rgb(117,43,25); }
H1.HeaderClassName
{
color: #752B19;
}
.AnyTagClassName
{
color: #752B19;
}
</style>
background-color css
<style>
a { background-color: #752B19; }
a { background-color: rgb(117,43,25); }
div.DivClassName
{
background-color: #752B19;
}
.BgClassName
{
background-color: #752B19;
}
</style>
border-color css
<style>
span { border-color: #752B19; }
span { border-color: rgb(117,43,25); }
td.TdClassName
{
border-color: #752B19;
}
.TagClassName
{
border-color: #752B19;
}
</style>