Shades of Pueblo #672D1B
Tints of Pueblo #672D1B
RGB
CMYK
RGB Variations
Color information
#672D1B (or 0x672D1B) is known color: Pueblo. HEX triplet: 67, 2D and 1B. RGB value is (103,45,27). Sum of RGB (Red+Green+Blue) = 103+45+27=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #672D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D1B is #98D2E4. Grayscale: #3C3C3C. Windows color (decimal): -10015461 or 1781095. OLE color: 1781095.
HSL color Cylindrical-coordinate representation of color #672D1B: hue angle of 14.21º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672D1B is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 27 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.60 |
| HSL | 14.21º | 0.58% | 0.25% | - |
| HSV(B) | 14.21º | 0.74% | 0.4% | - |
| XYZ | 6.73 | 4.84 | 1.62 | - |
| YUV | 60.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 27 | 0 | 0.56 | 0.74 | 0.60 | 14.21 | 0.58 | 0.25 |
| Hex | 67 | 2D | 1B | 0 | 38 | 4A | 3C | E | 3A | 19 |
| Octal | 147 | 55 | 33 | 0 | 70 | 112 | 74 | 16 | 72 | 31 |
| Binary | 1100111 | 101101 | 11011 | 0 | 111000 | 1001010 | 111100 | 1110 | 111010 | 11001 |
Color Harmonies of #672D1B
Complementary color
Monochromatic Colors of #672D1B
Black with #672D1B
Text Example
Text Example
White with #672D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D1B; }
p { color: rgb(103,45,27); }
H1.HeaderClassName
{
color: #672D1B;
}
.AnyTagClassName
{
color: #672D1B;
}
</style>
background-color css
<style>
a { background-color: #672D1B; }
a { background-color: rgb(103,45,27); }
div.DivClassName
{
background-color: #672D1B;
}
.BgClassName
{
background-color: #672D1B;
}
</style>
border-color css
<style>
span { border-color: #672D1B; }
span { border-color: rgb(103,45,27); }
td.TdClassName
{
border-color: #672D1B;
}
.TagClassName
{
border-color: #672D1B;
}
</style>