Shades of Pueblo #752D19
Tints of Pueblo #752D19
RGB
CMYK
RGB Variations
Color information
#752D19 (or 0x752D19) is known color: Pueblo. HEX triplet: 75, 2D and 19. RGB value is (117,45,25). Sum of RGB (Red+Green+Blue) = 117+45+25=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D19 is #8AD2E6. Grayscale: #404040. Windows color (decimal): -9097959 or 1650037. OLE color: 1650037.
HSL color Cylindrical-coordinate representation of color #752D19: hue angle of 13.04º 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 #752D19 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 25 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.54 |
| HSL | 13.04º | 0.65% | 0.28% | - |
| HSV(B) | 13.04º | 0.79% | 0.46% | - |
| XYZ | 8.45 | 5.73 | 1.58 | - |
| YUV | 64.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 25 | 0 | 0.62 | 0.79 | 0.54 | 13.04 | 0.65 | 0.28 |
| Hex | 75 | 2D | 19 | 0 | 3E | 4F | 36 | D | 41 | 1C |
| Octal | 165 | 55 | 31 | 0 | 76 | 117 | 66 | 15 | 101 | 34 |
| Binary | 1110101 | 101101 | 11001 | 0 | 111110 | 1001111 | 110110 | 1101 | 1000001 | 11100 |
Color Harmonies of #752D19
Complementary color
Monochromatic Colors of #752D19
Black with #752D19
Text Example
Text Example
White with #752D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D19; }
p { color: rgb(117,45,25); }
H1.HeaderClassName
{
color: #752D19;
}
.AnyTagClassName
{
color: #752D19;
}
</style>
background-color css
<style>
a { background-color: #752D19; }
a { background-color: rgb(117,45,25); }
div.DivClassName
{
background-color: #752D19;
}
.BgClassName
{
background-color: #752D19;
}
</style>
border-color css
<style>
span { border-color: #752D19; }
span { border-color: rgb(117,45,25); }
td.TdClassName
{
border-color: #752D19;
}
.TagClassName
{
border-color: #752D19;
}
</style>