Shades of Clinker #4B3622
Tints of Clinker #4B3622
RGB
CMYK
RGB Variations
Color information
#4B3622 (or 0x4B3622) is known color: Clinker. HEX triplet: 4B, 36 and 22. RGB value is (75,54,34). Sum of RGB (Red+Green+Blue) = 75+54+34=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3622 is #B4C9DD. Grayscale: #3A3A3A. Windows color (decimal): -11848158 or 2242123. OLE color: 2242123.
HSL color Cylindrical-coordinate representation of color #4B3622: hue angle of 29.27º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3622 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 54 | 34 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.71 |
| HSL | 29.27º | 0.38% | 0.21% | - |
| HSV(B) | 29.27º | 0.55% | 0.29% | - |
| XYZ | 4.51 | 4.25 | 2.1 | - |
| YUV | 58 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 34 | 0 | 0.28 | 0.55 | 0.71 | 29.27 | 0.38 | 0.21 |
| Hex | 4B | 36 | 22 | 0 | 1C | 37 | 47 | 1D | 26 | 15 |
| Octal | 113 | 66 | 42 | 0 | 34 | 67 | 107 | 35 | 46 | 25 |
| Binary | 1001011 | 110110 | 100010 | 0 | 11100 | 110111 | 1000111 | 11101 | 100110 | 10101 |
Color Harmonies of #4B3622
Complementary color
Monochromatic Colors of #4B3622
Black with #4B3622
Text Example
Text Example
White with #4B3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3622; }
p { color: rgb(75,54,34); }
H1.HeaderClassName
{
color: #4B3622;
}
.AnyTagClassName
{
color: #4B3622;
}
</style>
background-color css
<style>
a { background-color: #4B3622; }
a { background-color: rgb(75,54,34); }
div.DivClassName
{
background-color: #4B3622;
}
.BgClassName
{
background-color: #4B3622;
}
</style>
border-color css
<style>
span { border-color: #4B3622; }
span { border-color: rgb(75,54,34); }
td.TdClassName
{
border-color: #4B3622;
}
.TagClassName
{
border-color: #4B3622;
}
</style>