Shades of Clinker #4F3B1F
Tints of Clinker #4F3B1F
RGB
CMYK
RGB Variations
Color information
#4F3B1F (or 0x4F3B1F) is known color: Clinker. HEX triplet: 4F, 3B and 1F. RGB value is (79,59,31). Sum of RGB (Red+Green+Blue) = 79+59+31=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B1F is #B0C4E0. Grayscale: #3D3D3D. Windows color (decimal): -11584737 or 2046799. OLE color: 2046799.
HSL color Cylindrical-coordinate representation of color #4F3B1F: hue angle of 35º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F3B1F is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 59 | 31 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.69 |
| HSL | 35º | 0.44% | 0.22% | - |
| HSV(B) | 35º | 0.61% | 0.31% | - |
| XYZ | 5.04 | 4.89 | 1.97 | - |
| YUV | 61.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 59 | 31 | 0 | 0.25 | 0.61 | 0.69 | 35 | 0.44 | 0.22 |
| Hex | 4F | 3B | 1F | 0 | 19 | 3D | 45 | 23 | 2C | 16 |
| Octal | 117 | 73 | 37 | 0 | 31 | 75 | 105 | 43 | 54 | 26 |
| Binary | 1001111 | 111011 | 11111 | 0 | 11001 | 111101 | 1000101 | 100011 | 101100 | 10110 |
Color Harmonies of #4F3B1F
Complementary color
Monochromatic Colors of #4F3B1F
Black with #4F3B1F
Text Example
Text Example
White with #4F3B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3B1F; }
p { color: rgb(79,59,31); }
H1.HeaderClassName
{
color: #4F3B1F;
}
.AnyTagClassName
{
color: #4F3B1F;
}
</style>
background-color css
<style>
a { background-color: #4F3B1F; }
a { background-color: rgb(79,59,31); }
div.DivClassName
{
background-color: #4F3B1F;
}
.BgClassName
{
background-color: #4F3B1F;
}
</style>
border-color css
<style>
span { border-color: #4F3B1F; }
span { border-color: rgb(79,59,31); }
td.TdClassName
{
border-color: #4F3B1F;
}
.TagClassName
{
border-color: #4F3B1F;
}
</style>