Shades of Pueblo #752E1E
Tints of Pueblo #752E1E
RGB
CMYK
RGB Variations
Color information
#752E1E (or 0x752E1E) is known color: Pueblo. HEX triplet: 75, 2E and 1E. RGB value is (117,46,30). Sum of RGB (Red+Green+Blue) = 117+46+30=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E1E is #8AD1E1. Grayscale: #414141. Windows color (decimal): -9097698 or 1977973. OLE color: 1977973.
HSL color Cylindrical-coordinate representation of color #752E1E: hue angle of 11.03º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752E1E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 30 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.54 |
| HSL | 11.03º | 0.59% | 0.29% | - |
| HSV(B) | 11.03º | 0.74% | 0.46% | - |
| XYZ | 8.55 | 5.83 | 1.9 | - |
| YUV | 65.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 30 | 0 | 0.61 | 0.74 | 0.54 | 11.03 | 0.59 | 0.29 |
| Hex | 75 | 2E | 1E | 0 | 3D | 4A | 36 | B | 3B | 1D |
| Octal | 165 | 56 | 36 | 0 | 75 | 112 | 66 | 13 | 73 | 35 |
| Binary | 1110101 | 101110 | 11110 | 0 | 111101 | 1001010 | 110110 | 1011 | 111011 | 11101 |
Color Harmonies of #752E1E
Complementary color
Monochromatic Colors of #752E1E
Black with #752E1E
Text Example
Text Example
White with #752E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E1E; }
p { color: rgb(117,46,30); }
H1.HeaderClassName
{
color: #752E1E;
}
.AnyTagClassName
{
color: #752E1E;
}
</style>
background-color css
<style>
a { background-color: #752E1E; }
a { background-color: rgb(117,46,30); }
div.DivClassName
{
background-color: #752E1E;
}
.BgClassName
{
background-color: #752E1E;
}
</style>
border-color css
<style>
span { border-color: #752E1E; }
span { border-color: rgb(117,46,30); }
td.TdClassName
{
border-color: #752E1E;
}
.TagClassName
{
border-color: #752E1E;
}
</style>