Shades of Pueblo #752E21
Tints of Pueblo #752E21
RGB
CMYK
RGB Variations
Color information
#752E21 (or 0x752E21) is known color: Pueblo. HEX triplet: 75, 2E and 21. RGB value is (117,46,33). Sum of RGB (Red+Green+Blue) = 117+46+33=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E21 is #8AD1DE. Grayscale: #414141. Windows color (decimal): -9097695 or 2174581. OLE color: 2174581.
HSL color Cylindrical-coordinate representation of color #752E21: hue angle of 9.29º 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 #752E21 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 33 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.54 |
| HSL | 9.29º | 0.56% | 0.29% | - |
| HSV(B) | 9.29º | 0.72% | 0.46% | - |
| XYZ | 8.59 | 5.85 | 2.11 | - |
| YUV | 65.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 33 | 0 | 0.61 | 0.72 | 0.54 | 9.29 | 0.56 | 0.29 |
| Hex | 75 | 2E | 21 | 0 | 3D | 48 | 36 | 9 | 38 | 1D |
| Octal | 165 | 56 | 41 | 0 | 75 | 110 | 66 | 11 | 70 | 35 |
| Binary | 1110101 | 101110 | 100001 | 0 | 111101 | 1001000 | 110110 | 1001 | 111000 | 11101 |
Color Harmonies of #752E21
Complementary color
Monochromatic Colors of #752E21
Black with #752E21
Text Example
Text Example
White with #752E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E21; }
p { color: rgb(117,46,33); }
H1.HeaderClassName
{
color: #752E21;
}
.AnyTagClassName
{
color: #752E21;
}
</style>
background-color css
<style>
a { background-color: #752E21; }
a { background-color: rgb(117,46,33); }
div.DivClassName
{
background-color: #752E21;
}
.BgClassName
{
background-color: #752E21;
}
</style>
border-color css
<style>
span { border-color: #752E21; }
span { border-color: rgb(117,46,33); }
td.TdClassName
{
border-color: #752E21;
}
.TagClassName
{
border-color: #752E21;
}
</style>