Shades of Clinker #4B3420
Tints of Clinker #4B3420
RGB
CMYK
RGB Variations
Color information
#4B3420 (or 0x4B3420) is known color: Clinker. HEX triplet: 4B, 34 and 20. RGB value is (75,52,32). Sum of RGB (Red+Green+Blue) = 75+52+32=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3420 is #B4CBDF. Grayscale: #383838. Windows color (decimal): -11848672 or 2110539. OLE color: 2110539.
HSL color Cylindrical-coordinate representation of color #4B3420: hue angle of 27.91º 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 #4B3420 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 32 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.71 |
| HSL | 27.91º | 0.4% | 0.21% | - |
| HSV(B) | 27.91º | 0.57% | 0.29% | - |
| XYZ | 4.39 | 4.06 | 1.92 | - |
| YUV | 56.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 32 | 0 | 0.31 | 0.57 | 0.71 | 27.91 | 0.4 | 0.21 |
| Hex | 4B | 34 | 20 | 0 | 1F | 39 | 47 | 1C | 28 | 15 |
| Octal | 113 | 64 | 40 | 0 | 37 | 71 | 107 | 34 | 50 | 25 |
| Binary | 1001011 | 110100 | 100000 | 0 | 11111 | 111001 | 1000111 | 11100 | 101000 | 10101 |
Color Harmonies of #4B3420
Complementary color
Monochromatic Colors of #4B3420
Black with #4B3420
Text Example
Text Example
White with #4B3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3420; }
p { color: rgb(75,52,32); }
H1.HeaderClassName
{
color: #4B3420;
}
.AnyTagClassName
{
color: #4B3420;
}
</style>
background-color css
<style>
a { background-color: #4B3420; }
a { background-color: rgb(75,52,32); }
div.DivClassName
{
background-color: #4B3420;
}
.BgClassName
{
background-color: #4B3420;
}
</style>
border-color css
<style>
span { border-color: #4B3420; }
span { border-color: rgb(75,52,32); }
td.TdClassName
{
border-color: #4B3420;
}
.TagClassName
{
border-color: #4B3420;
}
</style>