Shades of Clinker #4B3313
Tints of Clinker #4B3313
RGB
CMYK
RGB Variations
Color information
#4B3313 (or 0x4B3313) is known color: Clinker. HEX triplet: 4B, 33 and 13. RGB value is (75,51,19). Sum of RGB (Red+Green+Blue) = 75+51+19=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3313 is #B4CCEC. Grayscale: #363636. Windows color (decimal): -11848941 or 1258315. OLE color: 1258315.
HSL color Cylindrical-coordinate representation of color #4B3313: hue angle of 34.29º 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 #4B3313 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 19 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.71 |
| HSL | 34.29º | 0.6% | 0.18% | - |
| HSV(B) | 34.29º | 0.75% | 0.29% | - |
| XYZ | 4.2 | 3.91 | 1.15 | - |
| YUV | 54.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 19 | 0 | 0.32 | 0.75 | 0.71 | 34.29 | 0.6 | 0.18 |
| Hex | 4B | 33 | 13 | 0 | 20 | 4B | 47 | 22 | 3C | 12 |
| Octal | 113 | 63 | 23 | 0 | 40 | 113 | 107 | 42 | 74 | 22 |
| Binary | 1001011 | 110011 | 10011 | 0 | 100000 | 1001011 | 1000111 | 100010 | 111100 | 10010 |
Color Harmonies of #4B3313
Complementary color
Monochromatic Colors of #4B3313
Black with #4B3313
Text Example
Text Example
White with #4B3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3313; }
p { color: rgb(75,51,19); }
H1.HeaderClassName
{
color: #4B3313;
}
.AnyTagClassName
{
color: #4B3313;
}
</style>
background-color css
<style>
a { background-color: #4B3313; }
a { background-color: rgb(75,51,19); }
div.DivClassName
{
background-color: #4B3313;
}
.BgClassName
{
background-color: #4B3313;
}
</style>
border-color css
<style>
span { border-color: #4B3313; }
span { border-color: rgb(75,51,19); }
td.TdClassName
{
border-color: #4B3313;
}
.TagClassName
{
border-color: #4B3313;
}
</style>