Shades of Clinker #4B3B20
Tints of Clinker #4B3B20
RGB
CMYK
RGB Variations
Color information
#4B3B20 (or 0x4B3B20) is known color: Clinker. HEX triplet: 4B, 3B and 20. RGB value is (75,59,32). Sum of RGB (Red+Green+Blue) = 75+59+32=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B20 is #B4C4DF. Grayscale: #3C3C3C. Windows color (decimal): -11846880 or 2112331. OLE color: 2112331.
HSL color Cylindrical-coordinate representation of color #4B3B20: hue angle of 37.67º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3B20 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 32 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.71 |
| HSL | 37.67º | 0.4% | 0.21% | - |
| HSV(B) | 37.67º | 0.57% | 0.29% | - |
| XYZ | 4.73 | 4.73 | 2.03 | - |
| YUV | 60.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 32 | 0 | 0.21 | 0.57 | 0.71 | 37.67 | 0.4 | 0.21 |
| Hex | 4B | 3B | 20 | 0 | 15 | 39 | 47 | 26 | 28 | 15 |
| Octal | 113 | 73 | 40 | 0 | 25 | 71 | 107 | 46 | 50 | 25 |
| Binary | 1001011 | 111011 | 100000 | 0 | 10101 | 111001 | 1000111 | 100110 | 101000 | 10101 |
Color Harmonies of #4B3B20
Complementary color
Monochromatic Colors of #4B3B20
Black with #4B3B20
Text Example
Text Example
White with #4B3B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B20; }
p { color: rgb(75,59,32); }
H1.HeaderClassName
{
color: #4B3B20;
}
.AnyTagClassName
{
color: #4B3B20;
}
</style>
background-color css
<style>
a { background-color: #4B3B20; }
a { background-color: rgb(75,59,32); }
div.DivClassName
{
background-color: #4B3B20;
}
.BgClassName
{
background-color: #4B3B20;
}
</style>
border-color css
<style>
span { border-color: #4B3B20; }
span { border-color: rgb(75,59,32); }
td.TdClassName
{
border-color: #4B3B20;
}
.TagClassName
{
border-color: #4B3B20;
}
</style>