Shades of Pueblo #752B1E
Tints of Pueblo #752B1E
RGB
CMYK
RGB Variations
Color information
#752B1E (or 0x752B1E) is known color: Pueblo. HEX triplet: 75, 2B and 1E. RGB value is (117,43,30). Sum of RGB (Red+Green+Blue) = 117+43+30=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B1E is #8AD4E1. Grayscale: #3F3F3F. Windows color (decimal): -9098466 or 1977205. OLE color: 1977205.
HSL color Cylindrical-coordinate representation of color #752B1E: hue angle of 8.97º 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 #752B1E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 30 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.54 |
| HSL | 8.97º | 0.59% | 0.29% | - |
| HSV(B) | 8.97º | 0.74% | 0.46% | - |
| XYZ | 8.43 | 5.6 | 1.87 | - |
| YUV | 63.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 30 | 0 | 0.63 | 0.74 | 0.54 | 8.97 | 0.59 | 0.29 |
| Hex | 75 | 2B | 1E | 0 | 3F | 4A | 36 | 9 | 3B | 1D |
| Octal | 165 | 53 | 36 | 0 | 77 | 112 | 66 | 11 | 73 | 35 |
| Binary | 1110101 | 101011 | 11110 | 0 | 111111 | 1001010 | 110110 | 1001 | 111011 | 11101 |
Color Harmonies of #752B1E
Complementary color
Monochromatic Colors of #752B1E
Black with #752B1E
Text Example
Text Example
White with #752B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B1E; }
p { color: rgb(117,43,30); }
H1.HeaderClassName
{
color: #752B1E;
}
.AnyTagClassName
{
color: #752B1E;
}
</style>
background-color css
<style>
a { background-color: #752B1E; }
a { background-color: rgb(117,43,30); }
div.DivClassName
{
background-color: #752B1E;
}
.BgClassName
{
background-color: #752B1E;
}
</style>
border-color css
<style>
span { border-color: #752B1E; }
span { border-color: rgb(117,43,30); }
td.TdClassName
{
border-color: #752B1E;
}
.TagClassName
{
border-color: #752B1E;
}
</style>