Shades of Pueblo #702E26
Tints of Pueblo #702E26
RGB
CMYK
RGB Variations
Color information
#702E26 (or 0x702E26) is known color: Pueblo. HEX triplet: 70, 2E and 26. RGB value is (112,46,38). Sum of RGB (Red+Green+Blue) = 112+46+38=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E26 is #8FD1D9. Grayscale: #404040. Windows color (decimal): -9425370 or 2502256. OLE color: 2502256.
HSL color Cylindrical-coordinate representation of color #702E26: hue angle of 6.49º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702E26 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 38 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.56 |
| HSL | 6.49º | 0.49% | 0.29% | - |
| HSV(B) | 6.49º | 0.66% | 0.44% | - |
| XYZ | 8.01 | 5.54 | 2.48 | - |
| YUV | 64.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 38 | 0 | 0.59 | 0.66 | 0.56 | 6.49 | 0.49 | 0.29 |
| Hex | 70 | 2E | 26 | 0 | 3B | 42 | 38 | 6 | 31 | 1D |
| Octal | 160 | 56 | 46 | 0 | 73 | 102 | 70 | 6 | 61 | 35 |
| Binary | 1110000 | 101110 | 100110 | 0 | 111011 | 1000010 | 111000 | 110 | 110001 | 11101 |
Color Harmonies of #702E26
Complementary color
Monochromatic Colors of #702E26
Black with #702E26
Text Example
Text Example
White with #702E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E26; }
p { color: rgb(112,46,38); }
H1.HeaderClassName
{
color: #702E26;
}
.AnyTagClassName
{
color: #702E26;
}
</style>
background-color css
<style>
a { background-color: #702E26; }
a { background-color: rgb(112,46,38); }
div.DivClassName
{
background-color: #702E26;
}
.BgClassName
{
background-color: #702E26;
}
</style>
border-color css
<style>
span { border-color: #702E26; }
span { border-color: rgb(112,46,38); }
td.TdClassName
{
border-color: #702E26;
}
.TagClassName
{
border-color: #702E26;
}
</style>