Shades of Pueblo #702D15
Tints of Pueblo #702D15
RGB
CMYK
RGB Variations
Color information
#702D15 (or 0x702D15) is known color: Pueblo. HEX triplet: 70, 2D and 15. RGB value is (112,45,21). Sum of RGB (Red+Green+Blue) = 112+45+21=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D15 is #8FD2EA. Grayscale: #3E3E3E. Windows color (decimal): -9425643 or 1387888. OLE color: 1387888.
HSL color Cylindrical-coordinate representation of color #702D15: hue angle of 15.82º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702D15 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 21 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.56 |
| HSL | 15.82º | 0.68% | 0.26% | - |
| HSV(B) | 15.82º | 0.81% | 0.44% | - |
| XYZ | 7.76 | 5.38 | 1.34 | - |
| YUV | 62.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 21 | 0 | 0.60 | 0.81 | 0.56 | 15.82 | 0.68 | 0.26 |
| Hex | 70 | 2D | 15 | 0 | 3C | 51 | 38 | 10 | 44 | 1A |
| Octal | 160 | 55 | 25 | 0 | 74 | 121 | 70 | 20 | 104 | 32 |
| Binary | 1110000 | 101101 | 10101 | 0 | 111100 | 1010001 | 111000 | 10000 | 1000100 | 11010 |
Color Harmonies of #702D15
Complementary color
Monochromatic Colors of #702D15
Black with #702D15
Text Example
Text Example
White with #702D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D15; }
p { color: rgb(112,45,21); }
H1.HeaderClassName
{
color: #702D15;
}
.AnyTagClassName
{
color: #702D15;
}
</style>
background-color css
<style>
a { background-color: #702D15; }
a { background-color: rgb(112,45,21); }
div.DivClassName
{
background-color: #702D15;
}
.BgClassName
{
background-color: #702D15;
}
</style>
border-color css
<style>
span { border-color: #702D15; }
span { border-color: rgb(112,45,21); }
td.TdClassName
{
border-color: #702D15;
}
.TagClassName
{
border-color: #702D15;
}
</style>