Shades of Pueblo #702B12
Tints of Pueblo #702B12
RGB
CMYK
RGB Variations
Color information
#702B12 (or 0x702B12) is known color: Pueblo. HEX triplet: 70, 2B and 12. RGB value is (112,43,18). Sum of RGB (Red+Green+Blue) = 112+43+18=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B12 is #8FD4ED. Grayscale: #3C3C3C. Windows color (decimal): -9426158 or 1190768. OLE color: 1190768.
HSL color Cylindrical-coordinate representation of color #702B12: hue angle of 15.96º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #702B12 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 18 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.56 |
| HSL | 15.96º | 0.72% | 0.25% | - |
| HSV(B) | 15.96º | 0.84% | 0.44% | - |
| XYZ | 7.66 | 5.22 | 1.18 | - |
| YUV | 60.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 18 | 0 | 0.62 | 0.84 | 0.56 | 15.96 | 0.72 | 0.25 |
| Hex | 70 | 2B | 12 | 0 | 3E | 54 | 38 | 10 | 48 | 19 |
| Octal | 160 | 53 | 22 | 0 | 76 | 124 | 70 | 20 | 110 | 31 |
| Binary | 1110000 | 101011 | 10010 | 0 | 111110 | 1010100 | 111000 | 10000 | 1001000 | 11001 |
Color Harmonies of #702B12
Complementary color
Monochromatic Colors of #702B12
Black with #702B12
Text Example
Text Example
White with #702B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B12; }
p { color: rgb(112,43,18); }
H1.HeaderClassName
{
color: #702B12;
}
.AnyTagClassName
{
color: #702B12;
}
</style>
background-color css
<style>
a { background-color: #702B12; }
a { background-color: rgb(112,43,18); }
div.DivClassName
{
background-color: #702B12;
}
.BgClassName
{
background-color: #702B12;
}
</style>
border-color css
<style>
span { border-color: #702B12; }
span { border-color: rgb(112,43,18); }
td.TdClassName
{
border-color: #702B12;
}
.TagClassName
{
border-color: #702B12;
}
</style>