Shades of Clinker #4B3521
Tints of Clinker #4B3521
RGB
CMYK
RGB Variations
Color information
#4B3521 (or 0x4B3521) is known color: Clinker. HEX triplet: 4B, 35 and 21. RGB value is (75,53,33). Sum of RGB (Red+Green+Blue) = 75+53+33=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3521 is #B4CADE. Grayscale: #393939. Windows color (decimal): -11848415 or 2176331. OLE color: 2176331.
HSL color Cylindrical-coordinate representation of color #4B3521: hue angle of 28.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B3521 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 53 | 33 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.71 |
| HSL | 28.57º | 0.39% | 0.21% | - |
| HSV(B) | 28.57º | 0.56% | 0.29% | - |
| XYZ | 4.45 | 4.15 | 2.01 | - |
| YUV | 57.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 33 | 0 | 0.29 | 0.56 | 0.71 | 28.57 | 0.39 | 0.21 |
| Hex | 4B | 35 | 21 | 0 | 1D | 38 | 47 | 1D | 27 | 15 |
| Octal | 113 | 65 | 41 | 0 | 35 | 70 | 107 | 35 | 47 | 25 |
| Binary | 1001011 | 110101 | 100001 | 0 | 11101 | 111000 | 1000111 | 11101 | 100111 | 10101 |
Color Harmonies of #4B3521
Complementary color
Monochromatic Colors of #4B3521
Black with #4B3521
Text Example
Text Example
White with #4B3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3521; }
p { color: rgb(75,53,33); }
H1.HeaderClassName
{
color: #4B3521;
}
.AnyTagClassName
{
color: #4B3521;
}
</style>
background-color css
<style>
a { background-color: #4B3521; }
a { background-color: rgb(75,53,33); }
div.DivClassName
{
background-color: #4B3521;
}
.BgClassName
{
background-color: #4B3521;
}
</style>
border-color css
<style>
span { border-color: #4B3521; }
span { border-color: rgb(75,53,33); }
td.TdClassName
{
border-color: #4B3521;
}
.TagClassName
{
border-color: #4B3521;
}
</style>