Shades of Pueblo #702D16
Tints of Pueblo #702D16
RGB
CMYK
RGB Variations
Color information
#702D16 (or 0x702D16) is known color: Pueblo. HEX triplet: 70, 2D and 16. RGB value is (112,45,22). Sum of RGB (Red+Green+Blue) = 112+45+22=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D16 is #8FD2E9. Grayscale: #3E3E3E. Windows color (decimal): -9425642 or 1453424. OLE color: 1453424.
HSL color Cylindrical-coordinate representation of color #702D16: hue angle of 15.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702D16 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 22 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.56 |
| HSL | 15.33º | 0.67% | 0.26% | - |
| HSV(B) | 15.33º | 0.8% | 0.44% | - |
| XYZ | 7.77 | 5.38 | 1.39 | - |
| YUV | 62.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 22 | 0 | 0.60 | 0.80 | 0.56 | 15.33 | 0.67 | 0.26 |
| Hex | 70 | 2D | 16 | 0 | 3C | 50 | 38 | F | 43 | 1A |
| Octal | 160 | 55 | 26 | 0 | 74 | 120 | 70 | 17 | 103 | 32 |
| Binary | 1110000 | 101101 | 10110 | 0 | 111100 | 1010000 | 111000 | 1111 | 1000011 | 11010 |
Color Harmonies of #702D16
Complementary color
Monochromatic Colors of #702D16
Black with #702D16
Text Example
Text Example
White with #702D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D16; }
p { color: rgb(112,45,22); }
H1.HeaderClassName
{
color: #702D16;
}
.AnyTagClassName
{
color: #702D16;
}
</style>
background-color css
<style>
a { background-color: #702D16; }
a { background-color: rgb(112,45,22); }
div.DivClassName
{
background-color: #702D16;
}
.BgClassName
{
background-color: #702D16;
}
</style>
border-color css
<style>
span { border-color: #702D16; }
span { border-color: rgb(112,45,22); }
td.TdClassName
{
border-color: #702D16;
}
.TagClassName
{
border-color: #702D16;
}
</style>