Shades of Pueblo #672D1F
Tints of Pueblo #672D1F
RGB
CMYK
RGB Variations
Color information
#672D1F (or 0x672D1F) is known color: Pueblo. HEX triplet: 67, 2D and 1F. RGB value is (103,45,31). Sum of RGB (Red+Green+Blue) = 103+45+31=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #672D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D1F is #98D2E0. Grayscale: #3C3C3C. Windows color (decimal): -10015457 or 2043239. OLE color: 2043239.
HSL color Cylindrical-coordinate representation of color #672D1F: hue angle of 11.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672D1F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 31 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.60 |
| HSL | 11.67º | 0.54% | 0.26% | - |
| HSV(B) | 11.67º | 0.7% | 0.4% | - |
| XYZ | 6.78 | 4.86 | 1.88 | - |
| YUV | 60.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 31 | 0 | 0.56 | 0.70 | 0.60 | 11.67 | 0.54 | 0.26 |
| Hex | 67 | 2D | 1F | 0 | 38 | 46 | 3C | C | 36 | 1A |
| Octal | 147 | 55 | 37 | 0 | 70 | 106 | 74 | 14 | 66 | 32 |
| Binary | 1100111 | 101101 | 11111 | 0 | 111000 | 1000110 | 111100 | 1100 | 110110 | 11010 |
Color Harmonies of #672D1F
Complementary color
Monochromatic Colors of #672D1F
Black with #672D1F
Text Example
Text Example
White with #672D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D1F; }
p { color: rgb(103,45,31); }
H1.HeaderClassName
{
color: #672D1F;
}
.AnyTagClassName
{
color: #672D1F;
}
</style>
background-color css
<style>
a { background-color: #672D1F; }
a { background-color: rgb(103,45,31); }
div.DivClassName
{
background-color: #672D1F;
}
.BgClassName
{
background-color: #672D1F;
}
</style>
border-color css
<style>
span { border-color: #672D1F; }
span { border-color: rgb(103,45,31); }
td.TdClassName
{
border-color: #672D1F;
}
.TagClassName
{
border-color: #672D1F;
}
</style>