Shades of Pueblo #702A19
Tints of Pueblo #702A19
RGB
CMYK
RGB Variations
Color information
#702A19 (or 0x702A19) is known color: Pueblo. HEX triplet: 70, 2A and 19. RGB value is (112,42,25). Sum of RGB (Red+Green+Blue) = 112+42+25=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A19 is #8FD5E6. Grayscale: #3D3D3D. Windows color (decimal): -9426407 or 1649264. OLE color: 1649264.
HSL color Cylindrical-coordinate representation of color #702A19: hue angle of 11.72º 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 #702A19 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 25 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.56 |
| HSL | 11.72º | 0.64% | 0.27% | - |
| HSV(B) | 11.72º | 0.78% | 0.44% | - |
| XYZ | 7.69 | 5.17 | 1.51 | - |
| YUV | 60.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 25 | 0 | 0.62 | 0.78 | 0.56 | 11.72 | 0.64 | 0.27 |
| Hex | 70 | 2A | 19 | 0 | 3E | 4E | 38 | C | 40 | 1B |
| Octal | 160 | 52 | 31 | 0 | 76 | 116 | 70 | 14 | 100 | 33 |
| Binary | 1110000 | 101010 | 11001 | 0 | 111110 | 1001110 | 111000 | 1100 | 1000000 | 11011 |
Color Harmonies of #702A19
Complementary color
Monochromatic Colors of #702A19
Black with #702A19
Text Example
Text Example
White with #702A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A19; }
p { color: rgb(112,42,25); }
H1.HeaderClassName
{
color: #702A19;
}
.AnyTagClassName
{
color: #702A19;
}
</style>
background-color css
<style>
a { background-color: #702A19; }
a { background-color: rgb(112,42,25); }
div.DivClassName
{
background-color: #702A19;
}
.BgClassName
{
background-color: #702A19;
}
</style>
border-color css
<style>
span { border-color: #702A19; }
span { border-color: rgb(112,42,25); }
td.TdClassName
{
border-color: #702A19;
}
.TagClassName
{
border-color: #702A19;
}
</style>