Shades of Pueblo #702C14
Tints of Pueblo #702C14
RGB
CMYK
RGB Variations
Color information
#702C14 (or 0x702C14) is known color: Pueblo. HEX triplet: 70, 2C and 14. RGB value is (112,44,20). Sum of RGB (Red+Green+Blue) = 112+44+20=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #702C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C14 is #8FD3EB. Grayscale: #3D3D3D. Windows color (decimal): -9425900 or 1322096. OLE color: 1322096.
HSL color Cylindrical-coordinate representation of color #702C14: hue angle of 15.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702C14 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 20 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.56 |
| HSL | 15.65º | 0.7% | 0.26% | - |
| HSV(B) | 15.65º | 0.82% | 0.44% | - |
| XYZ | 7.71 | 5.3 | 1.28 | - |
| YUV | 61.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 20 | 0 | 0.61 | 0.82 | 0.56 | 15.65 | 0.7 | 0.26 |
| Hex | 70 | 2C | 14 | 0 | 3D | 52 | 38 | 10 | 46 | 1A |
| Octal | 160 | 54 | 24 | 0 | 75 | 122 | 70 | 20 | 106 | 32 |
| Binary | 1110000 | 101100 | 10100 | 0 | 111101 | 1010010 | 111000 | 10000 | 1000110 | 11010 |
Color Harmonies of #702C14
Complementary color
Monochromatic Colors of #702C14
Black with #702C14
Text Example
Text Example
White with #702C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C14; }
p { color: rgb(112,44,20); }
H1.HeaderClassName
{
color: #702C14;
}
.AnyTagClassName
{
color: #702C14;
}
</style>
background-color css
<style>
a { background-color: #702C14; }
a { background-color: rgb(112,44,20); }
div.DivClassName
{
background-color: #702C14;
}
.BgClassName
{
background-color: #702C14;
}
</style>
border-color css
<style>
span { border-color: #702C14; }
span { border-color: rgb(112,44,20); }
td.TdClassName
{
border-color: #702C14;
}
.TagClassName
{
border-color: #702C14;
}
</style>