Shades of Pueblo #712D19
Tints of Pueblo #712D19
RGB
CMYK
RGB Variations
Color information
#712D19 (or 0x712D19) is known color: Pueblo. HEX triplet: 71, 2D and 19. RGB value is (113,45,25). Sum of RGB (Red+Green+Blue) = 113+45+25=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D19 is #8ED2E6. Grayscale: #3F3F3F. Windows color (decimal): -9360103 or 1650033. OLE color: 1650033.
HSL color Cylindrical-coordinate representation of color #712D19: hue angle of 13.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712D19 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 25 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.56 |
| HSL | 13.64º | 0.64% | 0.27% | - |
| HSV(B) | 13.64º | 0.78% | 0.44% | - |
| XYZ | 7.92 | 5.46 | 1.56 | - |
| YUV | 63.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 25 | 0 | 0.60 | 0.78 | 0.56 | 13.64 | 0.64 | 0.27 |
| Hex | 71 | 2D | 19 | 0 | 3C | 4E | 38 | E | 40 | 1B |
| Octal | 161 | 55 | 31 | 0 | 74 | 116 | 70 | 16 | 100 | 33 |
| Binary | 1110001 | 101101 | 11001 | 0 | 111100 | 1001110 | 111000 | 1110 | 1000000 | 11011 |
Color Harmonies of #712D19
Complementary color
Monochromatic Colors of #712D19
Black with #712D19
Text Example
Text Example
White with #712D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D19; }
p { color: rgb(113,45,25); }
H1.HeaderClassName
{
color: #712D19;
}
.AnyTagClassName
{
color: #712D19;
}
</style>
background-color css
<style>
a { background-color: #712D19; }
a { background-color: rgb(113,45,25); }
div.DivClassName
{
background-color: #712D19;
}
.BgClassName
{
background-color: #712D19;
}
</style>
border-color css
<style>
span { border-color: #712D19; }
span { border-color: rgb(113,45,25); }
td.TdClassName
{
border-color: #712D19;
}
.TagClassName
{
border-color: #712D19;
}
</style>