Shades of Clinker #4B3513
Tints of Clinker #4B3513
RGB
CMYK
RGB Variations
Color information
#4B3513 (or 0x4B3513) is known color: Clinker. HEX triplet: 4B, 35 and 13. RGB value is (75,53,19). Sum of RGB (Red+Green+Blue) = 75+53+19=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3513 is #B4CAEC. Grayscale: #373737. Windows color (decimal): -11848429 or 1258827. OLE color: 1258827.
HSL color Cylindrical-coordinate representation of color #4B3513: hue angle of 36.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B3513 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 53 | 19 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.71 |
| HSL | 36.43º | 0.6% | 0.18% | - |
| HSV(B) | 36.43º | 0.75% | 0.29% | - |
| XYZ | 4.29 | 4.09 | 1.18 | - |
| YUV | 55.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 19 | 0 | 0.29 | 0.75 | 0.71 | 36.43 | 0.6 | 0.18 |
| Hex | 4B | 35 | 13 | 0 | 1D | 4B | 47 | 24 | 3C | 12 |
| Octal | 113 | 65 | 23 | 0 | 35 | 113 | 107 | 44 | 74 | 22 |
| Binary | 1001011 | 110101 | 10011 | 0 | 11101 | 1001011 | 1000111 | 100100 | 111100 | 10010 |
Color Harmonies of #4B3513
Complementary color
Monochromatic Colors of #4B3513
Black with #4B3513
Text Example
Text Example
White with #4B3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3513; }
p { color: rgb(75,53,19); }
H1.HeaderClassName
{
color: #4B3513;
}
.AnyTagClassName
{
color: #4B3513;
}
</style>
background-color css
<style>
a { background-color: #4B3513; }
a { background-color: rgb(75,53,19); }
div.DivClassName
{
background-color: #4B3513;
}
.BgClassName
{
background-color: #4B3513;
}
</style>
border-color css
<style>
span { border-color: #4B3513; }
span { border-color: rgb(75,53,19); }
td.TdClassName
{
border-color: #4B3513;
}
.TagClassName
{
border-color: #4B3513;
}
</style>