Shades of Pueblo #672A20
Tints of Pueblo #672A20
RGB
CMYK
RGB Variations
Color information
#672A20 (or 0x672A20) is known color: Pueblo. HEX triplet: 67, 2A and 20. RGB value is (103,42,32). Sum of RGB (Red+Green+Blue) = 103+42+32=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #672A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A20 is #98D5DF. Grayscale: #3B3B3B. Windows color (decimal): -10016224 or 2108007. OLE color: 2108007.
HSL color Cylindrical-coordinate representation of color #672A20: hue angle of 8.45º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672A20 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 32 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.60 |
| HSL | 8.45º | 0.53% | 0.26% | - |
| HSV(B) | 8.45º | 0.69% | 0.4% | - |
| XYZ | 6.68 | 4.64 | 1.91 | - |
| YUV | 59.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 32 | 0 | 0.59 | 0.69 | 0.60 | 8.45 | 0.53 | 0.26 |
| Hex | 67 | 2A | 20 | 0 | 3B | 45 | 3C | 8 | 35 | 1A |
| Octal | 147 | 52 | 40 | 0 | 73 | 105 | 74 | 10 | 65 | 32 |
| Binary | 1100111 | 101010 | 100000 | 0 | 111011 | 1000101 | 111100 | 1000 | 110101 | 11010 |
Color Harmonies of #672A20
Complementary color
Monochromatic Colors of #672A20
Black with #672A20
Text Example
Text Example
White with #672A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A20; }
p { color: rgb(103,42,32); }
H1.HeaderClassName
{
color: #672A20;
}
.AnyTagClassName
{
color: #672A20;
}
</style>
background-color css
<style>
a { background-color: #672A20; }
a { background-color: rgb(103,42,32); }
div.DivClassName
{
background-color: #672A20;
}
.BgClassName
{
background-color: #672A20;
}
</style>
border-color css
<style>
span { border-color: #672A20; }
span { border-color: rgb(103,42,32); }
td.TdClassName
{
border-color: #672A20;
}
.TagClassName
{
border-color: #672A20;
}
</style>