Shades of Pueblo #752B15
Tints of Pueblo #752B15
RGB
CMYK
RGB Variations
Color information
#752B15 (or 0x752B15) is known color: Pueblo. HEX triplet: 75, 2B and 15. RGB value is (117,43,21). Sum of RGB (Red+Green+Blue) = 117+43+21=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B15 is #8AD4EA. Grayscale: #3E3E3E. Windows color (decimal): -9098475 or 1387381. OLE color: 1387381.
HSL color Cylindrical-coordinate representation of color #752B15: hue angle of 13.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752B15 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 21 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.54 |
| HSL | 13.75º | 0.7% | 0.27% | - |
| HSV(B) | 13.75º | 0.82% | 0.46% | - |
| XYZ | 8.34 | 5.56 | 1.34 | - |
| YUV | 62.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 21 | 0 | 0.63 | 0.82 | 0.54 | 13.75 | 0.7 | 0.27 |
| Hex | 75 | 2B | 15 | 0 | 3F | 52 | 36 | E | 46 | 1B |
| Octal | 165 | 53 | 25 | 0 | 77 | 122 | 66 | 16 | 106 | 33 |
| Binary | 1110101 | 101011 | 10101 | 0 | 111111 | 1010010 | 110110 | 1110 | 1000110 | 11011 |
Color Harmonies of #752B15
Complementary color
Monochromatic Colors of #752B15
Black with #752B15
Text Example
Text Example
White with #752B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B15; }
p { color: rgb(117,43,21); }
H1.HeaderClassName
{
color: #752B15;
}
.AnyTagClassName
{
color: #752B15;
}
</style>
background-color css
<style>
a { background-color: #752B15; }
a { background-color: rgb(117,43,21); }
div.DivClassName
{
background-color: #752B15;
}
.BgClassName
{
background-color: #752B15;
}
</style>
border-color css
<style>
span { border-color: #752B15; }
span { border-color: rgb(117,43,21); }
td.TdClassName
{
border-color: #752B15;
}
.TagClassName
{
border-color: #752B15;
}
</style>