Shades of Pueblo #702C17
Tints of Pueblo #702C17
RGB
CMYK
RGB Variations
Color information
#702C17 (or 0x702C17) is known color: Pueblo. HEX triplet: 70, 2C and 17. RGB value is (112,44,23). Sum of RGB (Red+Green+Blue) = 112+44+23=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C17 is #8FD3E8. Grayscale: #3E3E3E. Windows color (decimal): -9425897 or 1518704. OLE color: 1518704.
HSL color Cylindrical-coordinate representation of color #702C17: hue angle of 14.16º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702C17 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 23 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.56 |
| HSL | 14.16º | 0.66% | 0.26% | - |
| HSV(B) | 14.16º | 0.79% | 0.44% | - |
| XYZ | 7.74 | 5.31 | 1.43 | - |
| YUV | 61.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 23 | 0 | 0.61 | 0.79 | 0.56 | 14.16 | 0.66 | 0.26 |
| Hex | 70 | 2C | 17 | 0 | 3D | 4F | 38 | E | 42 | 1A |
| Octal | 160 | 54 | 27 | 0 | 75 | 117 | 70 | 16 | 102 | 32 |
| Binary | 1110000 | 101100 | 10111 | 0 | 111101 | 1001111 | 111000 | 1110 | 1000010 | 11010 |
Color Harmonies of #702C17
Complementary color
Monochromatic Colors of #702C17
Black with #702C17
Text Example
Text Example
White with #702C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C17; }
p { color: rgb(112,44,23); }
H1.HeaderClassName
{
color: #702C17;
}
.AnyTagClassName
{
color: #702C17;
}
</style>
background-color css
<style>
a { background-color: #702C17; }
a { background-color: rgb(112,44,23); }
div.DivClassName
{
background-color: #702C17;
}
.BgClassName
{
background-color: #702C17;
}
</style>
border-color css
<style>
span { border-color: #702C17; }
span { border-color: rgb(112,44,23); }
td.TdClassName
{
border-color: #702C17;
}
.TagClassName
{
border-color: #702C17;
}
</style>