Shades of Pueblo #702B11
Tints of Pueblo #702B11
RGB
CMYK
RGB Variations
Color information
#702B11 (or 0x702B11) is known color: Pueblo. HEX triplet: 70, 2B and 11. RGB value is (112,43,17). Sum of RGB (Red+Green+Blue) = 112+43+17=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B11 is #8FD4EE. Grayscale: #3C3C3C. Windows color (decimal): -9426159 or 1125232. OLE color: 1125232.
HSL color Cylindrical-coordinate representation of color #702B11: hue angle of 16.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #702B11 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 17 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.56 |
| HSL | 16.42º | 0.74% | 0.25% | - |
| HSV(B) | 16.42º | 0.85% | 0.44% | - |
| XYZ | 7.65 | 5.21 | 1.13 | - |
| YUV | 60.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 17 | 0 | 0.62 | 0.85 | 0.56 | 16.42 | 0.74 | 0.25 |
| Hex | 70 | 2B | 11 | 0 | 3E | 55 | 38 | 10 | 4A | 19 |
| Octal | 160 | 53 | 21 | 0 | 76 | 125 | 70 | 20 | 112 | 31 |
| Binary | 1110000 | 101011 | 10001 | 0 | 111110 | 1010101 | 111000 | 10000 | 1001010 | 11001 |
Color Harmonies of #702B11
Complementary color
Monochromatic Colors of #702B11
Black with #702B11
Text Example
Text Example
White with #702B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B11; }
p { color: rgb(112,43,17); }
H1.HeaderClassName
{
color: #702B11;
}
.AnyTagClassName
{
color: #702B11;
}
</style>
background-color css
<style>
a { background-color: #702B11; }
a { background-color: rgb(112,43,17); }
div.DivClassName
{
background-color: #702B11;
}
.BgClassName
{
background-color: #702B11;
}
</style>
border-color css
<style>
span { border-color: #702B11; }
span { border-color: rgb(112,43,17); }
td.TdClassName
{
border-color: #702B11;
}
.TagClassName
{
border-color: #702B11;
}
</style>