Shades of Pueblo #702B1E
Tints of Pueblo #702B1E
RGB
CMYK
RGB Variations
Color information
#702B1E (or 0x702B1E) is known color: Pueblo. HEX triplet: 70, 2B and 1E. RGB value is (112,43,30). Sum of RGB (Red+Green+Blue) = 112+43+30=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B1E is #8FD4E1. Grayscale: #3E3E3E. Windows color (decimal): -9426146 or 1977200. OLE color: 1977200.
HSL color Cylindrical-coordinate representation of color #702B1E: hue angle of 9.51º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702B1E is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 30 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.56 |
| HSL | 9.51º | 0.58% | 0.28% | - |
| HSV(B) | 9.51º | 0.73% | 0.44% | - |
| XYZ | 7.78 | 5.27 | 1.83 | - |
| YUV | 62.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 30 | 0 | 0.62 | 0.73 | 0.56 | 9.51 | 0.58 | 0.28 |
| Hex | 70 | 2B | 1E | 0 | 3E | 49 | 38 | A | 3A | 1C |
| Octal | 160 | 53 | 36 | 0 | 76 | 111 | 70 | 12 | 72 | 34 |
| Binary | 1110000 | 101011 | 11110 | 0 | 111110 | 1001001 | 111000 | 1010 | 111010 | 11100 |
Color Harmonies of #702B1E
Complementary color
Monochromatic Colors of #702B1E
Black with #702B1E
Text Example
Text Example
White with #702B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B1E; }
p { color: rgb(112,43,30); }
H1.HeaderClassName
{
color: #702B1E;
}
.AnyTagClassName
{
color: #702B1E;
}
</style>
background-color css
<style>
a { background-color: #702B1E; }
a { background-color: rgb(112,43,30); }
div.DivClassName
{
background-color: #702B1E;
}
.BgClassName
{
background-color: #702B1E;
}
</style>
border-color css
<style>
span { border-color: #702B1E; }
span { border-color: rgb(112,43,30); }
td.TdClassName
{
border-color: #702B1E;
}
.TagClassName
{
border-color: #702B1E;
}
</style>