Shades of Clinker #4B3A1D
Tints of Clinker #4B3A1D
RGB
CMYK
RGB Variations
Color information
#4B3A1D (or 0x4B3A1D) is known color: Clinker. HEX triplet: 4B, 3A and 1D. RGB value is (75,58,29). Sum of RGB (Red+Green+Blue) = 75+58+29=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A1D is #B4C5E2. Grayscale: #3B3B3B. Windows color (decimal): -11847139 or 1915467. OLE color: 1915467.
HSL color Cylindrical-coordinate representation of color #4B3A1D: hue angle of 37.83º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B3A1D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 29 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.71 |
| HSL | 37.83º | 0.44% | 0.2% | - |
| HSV(B) | 37.83º | 0.61% | 0.29% | - |
| XYZ | 4.64 | 4.61 | 1.81 | - |
| YUV | 59.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 29 | 0 | 0.23 | 0.61 | 0.71 | 37.83 | 0.44 | 0.2 |
| Hex | 4B | 3A | 1D | 0 | 17 | 3D | 47 | 26 | 2C | 14 |
| Octal | 113 | 72 | 35 | 0 | 27 | 75 | 107 | 46 | 54 | 24 |
| Binary | 1001011 | 111010 | 11101 | 0 | 10111 | 111101 | 1000111 | 100110 | 101100 | 10100 |
Color Harmonies of #4B3A1D
Complementary color
Monochromatic Colors of #4B3A1D
Black with #4B3A1D
Text Example
Text Example
White with #4B3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A1D; }
p { color: rgb(75,58,29); }
H1.HeaderClassName
{
color: #4B3A1D;
}
.AnyTagClassName
{
color: #4B3A1D;
}
</style>
background-color css
<style>
a { background-color: #4B3A1D; }
a { background-color: rgb(75,58,29); }
div.DivClassName
{
background-color: #4B3A1D;
}
.BgClassName
{
background-color: #4B3A1D;
}
</style>
border-color css
<style>
span { border-color: #4B3A1D; }
span { border-color: rgb(75,58,29); }
td.TdClassName
{
border-color: #4B3A1D;
}
.TagClassName
{
border-color: #4B3A1D;
}
</style>