Shades of Pueblo #672C1D
Tints of Pueblo #672C1D
RGB
CMYK
RGB Variations
Color information
#672C1D (or 0x672C1D) is known color: Pueblo. HEX triplet: 67, 2C and 1D. RGB value is (103,44,29). Sum of RGB (Red+Green+Blue) = 103+44+29=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #672C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C1D is #98D3E2. Grayscale: #3C3C3C. Windows color (decimal): -10015715 or 1911911. OLE color: 1911911.
HSL color Cylindrical-coordinate representation of color #672C1D: hue angle of 12.16º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672C1D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 29 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.60 |
| HSL | 12.16º | 0.56% | 0.26% | - |
| HSV(B) | 12.16º | 0.72% | 0.4% | - |
| XYZ | 6.72 | 4.77 | 1.73 | - |
| YUV | 59.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 29 | 0 | 0.57 | 0.72 | 0.60 | 12.16 | 0.56 | 0.26 |
| Hex | 67 | 2C | 1D | 0 | 39 | 48 | 3C | C | 38 | 1A |
| Octal | 147 | 54 | 35 | 0 | 71 | 110 | 74 | 14 | 70 | 32 |
| Binary | 1100111 | 101100 | 11101 | 0 | 111001 | 1001000 | 111100 | 1100 | 111000 | 11010 |
Color Harmonies of #672C1D
Complementary color
Monochromatic Colors of #672C1D
Black with #672C1D
Text Example
Text Example
White with #672C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C1D; }
p { color: rgb(103,44,29); }
H1.HeaderClassName
{
color: #672C1D;
}
.AnyTagClassName
{
color: #672C1D;
}
</style>
background-color css
<style>
a { background-color: #672C1D; }
a { background-color: rgb(103,44,29); }
div.DivClassName
{
background-color: #672C1D;
}
.BgClassName
{
background-color: #672C1D;
}
</style>
border-color css
<style>
span { border-color: #672C1D; }
span { border-color: rgb(103,44,29); }
td.TdClassName
{
border-color: #672C1D;
}
.TagClassName
{
border-color: #672C1D;
}
</style>