Shades of Clinker #4F3715
Tints of Clinker #4F3715
RGB
CMYK
RGB Variations
Color information
#4F3715 (or 0x4F3715) is known color: Clinker. HEX triplet: 4F, 37 and 15. RGB value is (79,55,21). Sum of RGB (Red+Green+Blue) = 79+55+21=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3715 is #B0C8EA. Grayscale: #3A3A3A. Windows color (decimal): -11585771 or 1390415. OLE color: 1390415.
HSL color Cylindrical-coordinate representation of color #4F3715: hue angle of 35.17º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F3715 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 21 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.69 |
| HSL | 35.17º | 0.58% | 0.2% | - |
| HSV(B) | 35.17º | 0.73% | 0.31% | - |
| XYZ | 4.73 | 4.45 | 1.32 | - |
| YUV | 58.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 21 | 0 | 0.30 | 0.73 | 0.69 | 35.17 | 0.58 | 0.2 |
| Hex | 4F | 37 | 15 | 0 | 1E | 49 | 45 | 23 | 3A | 14 |
| Octal | 117 | 67 | 25 | 0 | 36 | 111 | 105 | 43 | 72 | 24 |
| Binary | 1001111 | 110111 | 10101 | 0 | 11110 | 1001001 | 1000101 | 100011 | 111010 | 10100 |
Color Harmonies of #4F3715
Complementary color
Monochromatic Colors of #4F3715
Black with #4F3715
Text Example
Text Example
White with #4F3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3715; }
p { color: rgb(79,55,21); }
H1.HeaderClassName
{
color: #4F3715;
}
.AnyTagClassName
{
color: #4F3715;
}
</style>
background-color css
<style>
a { background-color: #4F3715; }
a { background-color: rgb(79,55,21); }
div.DivClassName
{
background-color: #4F3715;
}
.BgClassName
{
background-color: #4F3715;
}
</style>
border-color css
<style>
span { border-color: #4F3715; }
span { border-color: rgb(79,55,21); }
td.TdClassName
{
border-color: #4F3715;
}
.TagClassName
{
border-color: #4F3715;
}
</style>