Shades of Pueblo #75321C
Tints of Pueblo #75321C
RGB
CMYK
RGB Variations
Color information
#75321C (or 0x75321C) is known color: Pueblo. HEX triplet: 75, 32 and 1C. RGB value is (117,50,28). Sum of RGB (Red+Green+Blue) = 117+50+28=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75321C is #8ACDE3. Grayscale: #434343. Windows color (decimal): -9096676 or 1847925. OLE color: 1847925.
HSL color Cylindrical-coordinate representation of color #75321C: hue angle of 14.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75321C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 28 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.54 |
| HSL | 14.83º | 0.61% | 0.28% | - |
| HSV(B) | 14.83º | 0.76% | 0.46% | - |
| XYZ | 8.69 | 6.15 | 1.83 | - |
| YUV | 67.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 28 | 0 | 0.57 | 0.76 | 0.54 | 14.83 | 0.61 | 0.28 |
| Hex | 75 | 32 | 1C | 0 | 39 | 4C | 36 | F | 3D | 1C |
| Octal | 165 | 62 | 34 | 0 | 71 | 114 | 66 | 17 | 75 | 34 |
| Binary | 1110101 | 110010 | 11100 | 0 | 111001 | 1001100 | 110110 | 1111 | 111101 | 11100 |
Color Harmonies of #75321C
Complementary color
Monochromatic Colors of #75321C
Black with #75321C
Text Example
Text Example
White with #75321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75321C; }
p { color: rgb(117,50,28); }
H1.HeaderClassName
{
color: #75321C;
}
.AnyTagClassName
{
color: #75321C;
}
</style>
background-color css
<style>
a { background-color: #75321C; }
a { background-color: rgb(117,50,28); }
div.DivClassName
{
background-color: #75321C;
}
.BgClassName
{
background-color: #75321C;
}
</style>
border-color css
<style>
span { border-color: #75321C; }
span { border-color: rgb(117,50,28); }
td.TdClassName
{
border-color: #75321C;
}
.TagClassName
{
border-color: #75321C;
}
</style>