Shades of Pueblo #702D19
Tints of Pueblo #702D19
RGB
CMYK
RGB Variations
Color information
#702D19 (or 0x702D19) is known color: Pueblo. HEX triplet: 70, 2D and 19. RGB value is (112,45,25). Sum of RGB (Red+Green+Blue) = 112+45+25=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #702D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D19 is #8FD2E6. Grayscale: #3E3E3E. Windows color (decimal): -9425639 or 1650032. OLE color: 1650032.
HSL color Cylindrical-coordinate representation of color #702D19: hue angle of 13.79º 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 #702D19 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 25 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.56 |
| HSL | 13.79º | 0.64% | 0.27% | - |
| HSV(B) | 13.79º | 0.78% | 0.44% | - |
| XYZ | 7.8 | 5.39 | 1.55 | - |
| YUV | 62.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 25 | 0 | 0.60 | 0.78 | 0.56 | 13.79 | 0.64 | 0.27 |
| Hex | 70 | 2D | 19 | 0 | 3C | 4E | 38 | E | 40 | 1B |
| Octal | 160 | 55 | 31 | 0 | 74 | 116 | 70 | 16 | 100 | 33 |
| Binary | 1110000 | 101101 | 11001 | 0 | 111100 | 1001110 | 111000 | 1110 | 1000000 | 11011 |
Color Harmonies of #702D19
Complementary color
Monochromatic Colors of #702D19
Black with #702D19
Text Example
Text Example
White with #702D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D19; }
p { color: rgb(112,45,25); }
H1.HeaderClassName
{
color: #702D19;
}
.AnyTagClassName
{
color: #702D19;
}
</style>
background-color css
<style>
a { background-color: #702D19; }
a { background-color: rgb(112,45,25); }
div.DivClassName
{
background-color: #702D19;
}
.BgClassName
{
background-color: #702D19;
}
</style>
border-color css
<style>
span { border-color: #702D19; }
span { border-color: rgb(112,45,25); }
td.TdClassName
{
border-color: #702D19;
}
.TagClassName
{
border-color: #702D19;
}
</style>