Shades of Clinker #4B3115
Tints of Clinker #4B3115
RGB
CMYK
RGB Variations
Color information
#4B3115 (or 0x4B3115) is known color: Clinker. HEX triplet: 4B, 31 and 15. RGB value is (75,49,21). Sum of RGB (Red+Green+Blue) = 75+49+21=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3115 is #B4CEEA. Grayscale: #353535. Windows color (decimal): -11849451 or 1388875. OLE color: 1388875.
HSL color Cylindrical-coordinate representation of color #4B3115: hue angle of 31.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3115 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 49 | 21 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.71 |
| HSL | 31.11º | 0.56% | 0.19% | - |
| HSV(B) | 31.11º | 0.72% | 0.29% | - |
| XYZ | 4.14 | 3.75 | 1.21 | - |
| YUV | 53.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 21 | 0 | 0.35 | 0.72 | 0.71 | 31.11 | 0.56 | 0.19 |
| Hex | 4B | 31 | 15 | 0 | 23 | 48 | 47 | 1F | 38 | 13 |
| Octal | 113 | 61 | 25 | 0 | 43 | 110 | 107 | 37 | 70 | 23 |
| Binary | 1001011 | 110001 | 10101 | 0 | 100011 | 1001000 | 1000111 | 11111 | 111000 | 10011 |
Color Harmonies of #4B3115
Complementary color
Monochromatic Colors of #4B3115
Black with #4B3115
Text Example
Text Example
White with #4B3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3115; }
p { color: rgb(75,49,21); }
H1.HeaderClassName
{
color: #4B3115;
}
.AnyTagClassName
{
color: #4B3115;
}
</style>
background-color css
<style>
a { background-color: #4B3115; }
a { background-color: rgb(75,49,21); }
div.DivClassName
{
background-color: #4B3115;
}
.BgClassName
{
background-color: #4B3115;
}
</style>
border-color css
<style>
span { border-color: #4B3115; }
span { border-color: rgb(75,49,21); }
td.TdClassName
{
border-color: #4B3115;
}
.TagClassName
{
border-color: #4B3115;
}
</style>