Shades of Pueblo #752D21
Tints of Pueblo #752D21
RGB
CMYK
RGB Variations
Color information
#752D21 (or 0x752D21) is known color: Pueblo. HEX triplet: 75, 2D and 21. RGB value is (117,45,33). Sum of RGB (Red+Green+Blue) = 117+45+33=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D21 is #8AD2DE. Grayscale: #414141. Windows color (decimal): -9097951 or 2174325. OLE color: 2174325.
HSL color Cylindrical-coordinate representation of color #752D21: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752D21 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 33 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.54 |
| HSL | 8.57º | 0.56% | 0.29% | - |
| HSV(B) | 8.57º | 0.72% | 0.46% | - |
| XYZ | 8.55 | 5.77 | 2.1 | - |
| YUV | 65.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 33 | 0 | 0.62 | 0.72 | 0.54 | 8.57 | 0.56 | 0.29 |
| Hex | 75 | 2D | 21 | 0 | 3E | 48 | 36 | 9 | 38 | 1D |
| Octal | 165 | 55 | 41 | 0 | 76 | 110 | 66 | 11 | 70 | 35 |
| Binary | 1110101 | 101101 | 100001 | 0 | 111110 | 1001000 | 110110 | 1001 | 111000 | 11101 |
Color Harmonies of #752D21
Complementary color
Monochromatic Colors of #752D21
Black with #752D21
Text Example
Text Example
White with #752D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D21; }
p { color: rgb(117,45,33); }
H1.HeaderClassName
{
color: #752D21;
}
.AnyTagClassName
{
color: #752D21;
}
</style>
background-color css
<style>
a { background-color: #752D21; }
a { background-color: rgb(117,45,33); }
div.DivClassName
{
background-color: #752D21;
}
.BgClassName
{
background-color: #752D21;
}
</style>
border-color css
<style>
span { border-color: #752D21; }
span { border-color: rgb(117,45,33); }
td.TdClassName
{
border-color: #752D21;
}
.TagClassName
{
border-color: #752D21;
}
</style>