Shades of Pueblo #702F1C
Tints of Pueblo #702F1C
RGB
CMYK
RGB Variations
Color information
#702F1C (or 0x702F1C) is known color: Pueblo. HEX triplet: 70, 2F and 1C. RGB value is (112,47,28). Sum of RGB (Red+Green+Blue) = 112+47+28=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F1C is #8FD0E3. Grayscale: #404040. Windows color (decimal): -9425124 or 1847152. OLE color: 1847152.
HSL color Cylindrical-coordinate representation of color #702F1C: hue angle of 13.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702F1C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 28 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.56 |
| HSL | 13.57º | 0.6% | 0.27% | - |
| HSV(B) | 13.57º | 0.75% | 0.44% | - |
| XYZ | 7.91 | 5.56 | 1.76 | - |
| YUV | 64.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 28 | 0 | 0.58 | 0.75 | 0.56 | 13.57 | 0.6 | 0.27 |
| Hex | 70 | 2F | 1C | 0 | 3A | 4B | 38 | E | 3C | 1B |
| Octal | 160 | 57 | 34 | 0 | 72 | 113 | 70 | 16 | 74 | 33 |
| Binary | 1110000 | 101111 | 11100 | 0 | 111010 | 1001011 | 111000 | 1110 | 111100 | 11011 |
Color Harmonies of #702F1C
Complementary color
Monochromatic Colors of #702F1C
Black with #702F1C
Text Example
Text Example
White with #702F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F1C; }
p { color: rgb(112,47,28); }
H1.HeaderClassName
{
color: #702F1C;
}
.AnyTagClassName
{
color: #702F1C;
}
</style>
background-color css
<style>
a { background-color: #702F1C; }
a { background-color: rgb(112,47,28); }
div.DivClassName
{
background-color: #702F1C;
}
.BgClassName
{
background-color: #702F1C;
}
</style>
border-color css
<style>
span { border-color: #702F1C; }
span { border-color: rgb(112,47,28); }
td.TdClassName
{
border-color: #702F1C;
}
.TagClassName
{
border-color: #702F1C;
}
</style>