Shades of Pueblo #752F19
Tints of Pueblo #752F19
RGB
CMYK
RGB Variations
Color information
#752F19 (or 0x752F19) is known color: Pueblo. HEX triplet: 75, 2F and 19. RGB value is (117,47,25). Sum of RGB (Red+Green+Blue) = 117+47+25=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F19 is #8AD0E6. Grayscale: #414141. Windows color (decimal): -9097447 or 1650549. OLE color: 1650549.
HSL color Cylindrical-coordinate representation of color #752F19: hue angle of 14.35º 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 #752F19 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 25 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.54 |
| HSL | 14.35º | 0.65% | 0.28% | - |
| HSV(B) | 14.35º | 0.79% | 0.46% | - |
| XYZ | 8.53 | 5.89 | 1.61 | - |
| YUV | 65.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 25 | 0 | 0.60 | 0.79 | 0.54 | 14.35 | 0.65 | 0.28 |
| Hex | 75 | 2F | 19 | 0 | 3C | 4F | 36 | E | 41 | 1C |
| Octal | 165 | 57 | 31 | 0 | 74 | 117 | 66 | 16 | 101 | 34 |
| Binary | 1110101 | 101111 | 11001 | 0 | 111100 | 1001111 | 110110 | 1110 | 1000001 | 11100 |
Color Harmonies of #752F19
Complementary color
Monochromatic Colors of #752F19
Black with #752F19
Text Example
Text Example
White with #752F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F19; }
p { color: rgb(117,47,25); }
H1.HeaderClassName
{
color: #752F19;
}
.AnyTagClassName
{
color: #752F19;
}
</style>
background-color css
<style>
a { background-color: #752F19; }
a { background-color: rgb(117,47,25); }
div.DivClassName
{
background-color: #752F19;
}
.BgClassName
{
background-color: #752F19;
}
</style>
border-color css
<style>
span { border-color: #752F19; }
span { border-color: rgb(117,47,25); }
td.TdClassName
{
border-color: #752F19;
}
.TagClassName
{
border-color: #752F19;
}
</style>