Shades of Pueblo #672F20
Tints of Pueblo #672F20
RGB
CMYK
RGB Variations
Color information
#672F20 (or 0x672F20) is known color: Pueblo. HEX triplet: 67, 2F and 20. RGB value is (103,47,32). Sum of RGB (Red+Green+Blue) = 103+47+32=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #672F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672F20 is #98D0DF. Grayscale: #3E3E3E. Windows color (decimal): -10014944 or 2109287. OLE color: 2109287.
HSL color Cylindrical-coordinate representation of color #672F20: hue angle of 12.68º 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 #672F20 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 32 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.60 |
| HSL | 12.68º | 0.53% | 0.26% | - |
| HSV(B) | 12.68º | 0.69% | 0.4% | - |
| XYZ | 6.87 | 5.02 | 1.97 | - |
| YUV | 62.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 32 | 0 | 0.54 | 0.69 | 0.60 | 12.68 | 0.53 | 0.26 |
| Hex | 67 | 2F | 20 | 0 | 36 | 45 | 3C | D | 35 | 1A |
| Octal | 147 | 57 | 40 | 0 | 66 | 105 | 74 | 15 | 65 | 32 |
| Binary | 1100111 | 101111 | 100000 | 0 | 110110 | 1000101 | 111100 | 1101 | 110101 | 11010 |
Color Harmonies of #672F20
Complementary color
Monochromatic Colors of #672F20
Black with #672F20
Text Example
Text Example
White with #672F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F20; }
p { color: rgb(103,47,32); }
H1.HeaderClassName
{
color: #672F20;
}
.AnyTagClassName
{
color: #672F20;
}
</style>
background-color css
<style>
a { background-color: #672F20; }
a { background-color: rgb(103,47,32); }
div.DivClassName
{
background-color: #672F20;
}
.BgClassName
{
background-color: #672F20;
}
</style>
border-color css
<style>
span { border-color: #672F20; }
span { border-color: rgb(103,47,32); }
td.TdClassName
{
border-color: #672F20;
}
.TagClassName
{
border-color: #672F20;
}
</style>