Shades of Pueblo #752F1D
Tints of Pueblo #752F1D
RGB
CMYK
RGB Variations
Color information
#752F1D (or 0x752F1D) is known color: Pueblo. HEX triplet: 75, 2F and 1D. RGB value is (117,47,29). Sum of RGB (Red+Green+Blue) = 117+47+29=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F1D is #8AD0E2. Grayscale: #424242. Windows color (decimal): -9097443 or 1912693. OLE color: 1912693.
HSL color Cylindrical-coordinate representation of color #752F1D: hue angle of 12.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752F1D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 29 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.54 |
| HSL | 12.27º | 0.6% | 0.29% | - |
| HSV(B) | 12.27º | 0.75% | 0.46% | - |
| XYZ | 8.57 | 5.9 | 1.85 | - |
| YUV | 65.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 29 | 0 | 0.60 | 0.75 | 0.54 | 12.27 | 0.6 | 0.29 |
| Hex | 75 | 2F | 1D | 0 | 3C | 4B | 36 | C | 3C | 1D |
| Octal | 165 | 57 | 35 | 0 | 74 | 113 | 66 | 14 | 74 | 35 |
| Binary | 1110101 | 101111 | 11101 | 0 | 111100 | 1001011 | 110110 | 1100 | 111100 | 11101 |
Color Harmonies of #752F1D
Complementary color
Monochromatic Colors of #752F1D
Black with #752F1D
Text Example
Text Example
White with #752F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F1D; }
p { color: rgb(117,47,29); }
H1.HeaderClassName
{
color: #752F1D;
}
.AnyTagClassName
{
color: #752F1D;
}
</style>
background-color css
<style>
a { background-color: #752F1D; }
a { background-color: rgb(117,47,29); }
div.DivClassName
{
background-color: #752F1D;
}
.BgClassName
{
background-color: #752F1D;
}
</style>
border-color css
<style>
span { border-color: #752F1D; }
span { border-color: rgb(117,47,29); }
td.TdClassName
{
border-color: #752F1D;
}
.TagClassName
{
border-color: #752F1D;
}
</style>