Shades of Paco #443F3D
Tints of Paco #443F3D
RGB
CMYK
RGB Variations
Color information
#443F3D (or 0x443F3D) is known color: Paco. HEX triplet: 44, 3F and 3D. RGB value is (68,63,61). Sum of RGB (Red+Green+Blue) = 68+63+61=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 68 - color contains mainly: red. Hex color #443F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F3D is #BBC0C2. Grayscale: #404040. Windows color (decimal): -12304579 or 4013892. OLE color: 4013892.
HSL color Cylindrical-coordinate representation of color #443F3D: hue angle of 17.14º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #443F3D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 61 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.73 |
| HSL | 17.14º | 0.05% | 0.25% | - |
| HSV(B) | 17.14º | 0.1% | 0.27% | - |
| XYZ | 5 | 5.12 | 5.14 | - |
| YUV | 64.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 61 | 0 | 0.07 | 0.10 | 0.73 | 17.14 | 0.05 | 0.25 |
| Hex | 44 | 3F | 3D | 0 | 7 | A | 49 | 11 | 5 | 19 |
| Octal | 104 | 77 | 75 | 0 | 7 | 12 | 111 | 21 | 5 | 31 |
| Binary | 1000100 | 111111 | 111101 | 0 | 111 | 1010 | 1001001 | 10001 | 101 | 11001 |
Color Harmonies of #443F3D
Complementary color
Monochromatic Colors of #443F3D
Black with #443F3D
Text Example
Text Example
White with #443F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F3D; }
p { color: rgb(68,63,61); }
H1.HeaderClassName
{
color: #443F3D;
}
.AnyTagClassName
{
color: #443F3D;
}
</style>
background-color css
<style>
a { background-color: #443F3D; }
a { background-color: rgb(68,63,61); }
div.DivClassName
{
background-color: #443F3D;
}
.BgClassName
{
background-color: #443F3D;
}
</style>
border-color css
<style>
span { border-color: #443F3D; }
span { border-color: rgb(68,63,61); }
td.TdClassName
{
border-color: #443F3D;
}
.TagClassName
{
border-color: #443F3D;
}
</style>