Shades of Clinker #4B3B28
Tints of Clinker #4B3B28
RGB
CMYK
RGB Variations
Color information
#4B3B28 (or 0x4B3B28) is known color: Clinker. HEX triplet: 4B, 3B and 28. RGB value is (75,59,40). Sum of RGB (Red+Green+Blue) = 75+59+40=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B28 is #B4C4D7. Grayscale: #3D3D3D. Windows color (decimal): -11846872 or 2636619. OLE color: 2636619.
HSL color Cylindrical-coordinate representation of color #4B3B28: hue angle of 32.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3B28 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 40 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.71 |
| HSL | 32.57º | 0.3% | 0.23% | - |
| HSV(B) | 32.57º | 0.47% | 0.29% | - |
| XYZ | 4.85 | 4.78 | 2.67 | - |
| YUV | 61.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 40 | 0 | 0.21 | 0.47 | 0.71 | 32.57 | 0.3 | 0.23 |
| Hex | 4B | 3B | 28 | 0 | 15 | 2F | 47 | 21 | 1E | 17 |
| Octal | 113 | 73 | 50 | 0 | 25 | 57 | 107 | 41 | 36 | 27 |
| Binary | 1001011 | 111011 | 101000 | 0 | 10101 | 101111 | 1000111 | 100001 | 11110 | 10111 |
Color Harmonies of #4B3B28
Complementary color
Monochromatic Colors of #4B3B28
Black with #4B3B28
Text Example
Text Example
White with #4B3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B28; }
p { color: rgb(75,59,40); }
H1.HeaderClassName
{
color: #4B3B28;
}
.AnyTagClassName
{
color: #4B3B28;
}
</style>
background-color css
<style>
a { background-color: #4B3B28; }
a { background-color: rgb(75,59,40); }
div.DivClassName
{
background-color: #4B3B28;
}
.BgClassName
{
background-color: #4B3B28;
}
</style>
border-color css
<style>
span { border-color: #4B3B28; }
span { border-color: rgb(75,59,40); }
td.TdClassName
{
border-color: #4B3B28;
}
.TagClassName
{
border-color: #4B3B28;
}
</style>