Shades of Clinker #4B3924
Tints of Clinker #4B3924
RGB
CMYK
RGB Variations
Color information
#4B3924 (or 0x4B3924) is known color: Clinker. HEX triplet: 4B, 39 and 24. RGB value is (75,57,36). Sum of RGB (Red+Green+Blue) = 75+57+36=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3924 is #B4C6DB. Grayscale: #3C3C3C. Windows color (decimal): -11847388 or 2373963. OLE color: 2373963.
HSL color Cylindrical-coordinate representation of color #4B3924: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3924 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 57 | 36 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.71 |
| HSL | 32.31º | 0.35% | 0.22% | - |
| HSV(B) | 32.31º | 0.52% | 0.29% | - |
| XYZ | 4.68 | 4.55 | 2.3 | - |
| YUV | 59.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 36 | 0 | 0.24 | 0.52 | 0.71 | 32.31 | 0.35 | 0.22 |
| Hex | 4B | 39 | 24 | 0 | 18 | 34 | 47 | 20 | 23 | 16 |
| Octal | 113 | 71 | 44 | 0 | 30 | 64 | 107 | 40 | 43 | 26 |
| Binary | 1001011 | 111001 | 100100 | 0 | 11000 | 110100 | 1000111 | 100000 | 100011 | 10110 |
Color Harmonies of #4B3924
Complementary color
Monochromatic Colors of #4B3924
Black with #4B3924
Text Example
Text Example
White with #4B3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3924; }
p { color: rgb(75,57,36); }
H1.HeaderClassName
{
color: #4B3924;
}
.AnyTagClassName
{
color: #4B3924;
}
</style>
background-color css
<style>
a { background-color: #4B3924; }
a { background-color: rgb(75,57,36); }
div.DivClassName
{
background-color: #4B3924;
}
.BgClassName
{
background-color: #4B3924;
}
</style>
border-color css
<style>
span { border-color: #4B3924; }
span { border-color: rgb(75,57,36); }
td.TdClassName
{
border-color: #4B3924;
}
.TagClassName
{
border-color: #4B3924;
}
</style>