Shades of Paco #4B413D
Tints of Paco #4B413D
RGB
CMYK
RGB Variations
Color information
#4B413D (or 0x4B413D) is known color: Paco. HEX triplet: 4B, 41 and 3D. RGB value is (75,65,61). Sum of RGB (Red+Green+Blue) = 75+65+61=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 75 - color contains mainly: red. Hex color #4B413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B413D is #B4BEC2. Grayscale: #434343. Windows color (decimal): -11845315 or 4014411. OLE color: 4014411.
HSL color Cylindrical-coordinate representation of color #4B413D: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B413D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 61 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.71 |
| HSL | 17.14º | 0.1% | 0.27% | - |
| HSV(B) | 17.14º | 0.19% | 0.29% | - |
| XYZ | 5.63 | 5.61 | 5.2 | - |
| YUV | 67.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 61 | 0 | 0.13 | 0.19 | 0.71 | 17.14 | 0.1 | 0.27 |
| Hex | 4B | 41 | 3D | 0 | D | 13 | 47 | 11 | A | 1B |
| Octal | 113 | 101 | 75 | 0 | 15 | 23 | 107 | 21 | 12 | 33 |
| Binary | 1001011 | 1000001 | 111101 | 0 | 1101 | 10011 | 1000111 | 10001 | 1010 | 11011 |
Color Harmonies of #4B413D
Complementary color
Monochromatic Colors of #4B413D
Black with #4B413D
Text Example
Text Example
White with #4B413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B413D; }
p { color: rgb(75,65,61); }
H1.HeaderClassName
{
color: #4B413D;
}
.AnyTagClassName
{
color: #4B413D;
}
</style>
background-color css
<style>
a { background-color: #4B413D; }
a { background-color: rgb(75,65,61); }
div.DivClassName
{
background-color: #4B413D;
}
.BgClassName
{
background-color: #4B413D;
}
</style>
border-color css
<style>
span { border-color: #4B413D; }
span { border-color: rgb(75,65,61); }
td.TdClassName
{
border-color: #4B413D;
}
.TagClassName
{
border-color: #4B413D;
}
</style>