Shades of Pueblo #752C17
Tints of Pueblo #752C17
RGB
CMYK
RGB Variations
Color information
#752C17 (or 0x752C17) is known color: Pueblo. HEX triplet: 75, 2C and 17. RGB value is (117,44,23). Sum of RGB (Red+Green+Blue) = 117+44+23=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #752C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C17 is #8AD3E8. Grayscale: #3F3F3F. Windows color (decimal): -9098217 or 1518709. OLE color: 1518709.
HSL color Cylindrical-coordinate representation of color #752C17: hue angle of 13.4º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752C17 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 23 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.54 |
| HSL | 13.4º | 0.67% | 0.27% | - |
| HSV(B) | 13.4º | 0.8% | 0.46% | - |
| XYZ | 8.39 | 5.65 | 1.46 | - |
| YUV | 63.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 23 | 0 | 0.62 | 0.80 | 0.54 | 13.4 | 0.67 | 0.27 |
| Hex | 75 | 2C | 17 | 0 | 3E | 50 | 36 | D | 43 | 1B |
| Octal | 165 | 54 | 27 | 0 | 76 | 120 | 66 | 15 | 103 | 33 |
| Binary | 1110101 | 101100 | 10111 | 0 | 111110 | 1010000 | 110110 | 1101 | 1000011 | 11011 |
Color Harmonies of #752C17
Complementary color
Monochromatic Colors of #752C17
Black with #752C17
Text Example
Text Example
White with #752C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C17; }
p { color: rgb(117,44,23); }
H1.HeaderClassName
{
color: #752C17;
}
.AnyTagClassName
{
color: #752C17;
}
</style>
background-color css
<style>
a { background-color: #752C17; }
a { background-color: rgb(117,44,23); }
div.DivClassName
{
background-color: #752C17;
}
.BgClassName
{
background-color: #752C17;
}
</style>
border-color css
<style>
span { border-color: #752C17; }
span { border-color: rgb(117,44,23); }
td.TdClassName
{
border-color: #752C17;
}
.TagClassName
{
border-color: #752C17;
}
</style>