Shades of Pueblo #672C19
Tints of Pueblo #672C19
RGB
CMYK
RGB Variations
Color information
#672C19 (or 0x672C19) is known color: Pueblo. HEX triplet: 67, 2C and 19. RGB value is (103,44,25). Sum of RGB (Red+Green+Blue) = 103+44+25=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672C19 is #98D3E6. Grayscale: #3B3B3B. Windows color (decimal): -10015719 or 1649767. OLE color: 1649767.
HSL color Cylindrical-coordinate representation of color #672C19: hue angle of 14.62º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672C19 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 25 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.60 |
| HSL | 14.62º | 0.61% | 0.25% | - |
| HSV(B) | 14.62º | 0.76% | 0.4% | - |
| XYZ | 6.67 | 4.76 | 1.49 | - |
| YUV | 59.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 25 | 0 | 0.57 | 0.76 | 0.60 | 14.62 | 0.61 | 0.25 |
| Hex | 67 | 2C | 19 | 0 | 39 | 4C | 3C | F | 3D | 19 |
| Octal | 147 | 54 | 31 | 0 | 71 | 114 | 74 | 17 | 75 | 31 |
| Binary | 1100111 | 101100 | 11001 | 0 | 111001 | 1001100 | 111100 | 1111 | 111101 | 11001 |
Color Harmonies of #672C19
Complementary color
Monochromatic Colors of #672C19
Black with #672C19
Text Example
Text Example
White with #672C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C19; }
p { color: rgb(103,44,25); }
H1.HeaderClassName
{
color: #672C19;
}
.AnyTagClassName
{
color: #672C19;
}
</style>
background-color css
<style>
a { background-color: #672C19; }
a { background-color: rgb(103,44,25); }
div.DivClassName
{
background-color: #672C19;
}
.BgClassName
{
background-color: #672C19;
}
</style>
border-color css
<style>
span { border-color: #672C19; }
span { border-color: rgb(103,44,25); }
td.TdClassName
{
border-color: #672C19;
}
.TagClassName
{
border-color: #672C19;
}
</style>