Shades of Clinker #4F3714
Tints of Clinker #4F3714
RGB
CMYK
RGB Variations
Color information
#4F3714 (or 0x4F3714) is known color: Clinker. HEX triplet: 4F, 37 and 14. RGB value is (79,55,20). Sum of RGB (Red+Green+Blue) = 79+55+20=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3714 is #B0C8EB. Grayscale: #3A3A3A. Windows color (decimal): -11585772 or 1324879. OLE color: 1324879.
HSL color Cylindrical-coordinate representation of color #4F3714: hue angle of 35.59º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F3714 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 20 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.69 |
| HSL | 35.59º | 0.6% | 0.19% | - |
| HSV(B) | 35.59º | 0.75% | 0.31% | - |
| XYZ | 4.72 | 4.45 | 1.27 | - |
| YUV | 58.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 20 | 0 | 0.30 | 0.75 | 0.69 | 35.59 | 0.6 | 0.19 |
| Hex | 4F | 37 | 14 | 0 | 1E | 4B | 45 | 24 | 3C | 13 |
| Octal | 117 | 67 | 24 | 0 | 36 | 113 | 105 | 44 | 74 | 23 |
| Binary | 1001111 | 110111 | 10100 | 0 | 11110 | 1001011 | 1000101 | 100100 | 111100 | 10011 |
Color Harmonies of #4F3714
Complementary color
Monochromatic Colors of #4F3714
Black with #4F3714
Text Example
Text Example
White with #4F3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3714; }
p { color: rgb(79,55,20); }
H1.HeaderClassName
{
color: #4F3714;
}
.AnyTagClassName
{
color: #4F3714;
}
</style>
background-color css
<style>
a { background-color: #4F3714; }
a { background-color: rgb(79,55,20); }
div.DivClassName
{
background-color: #4F3714;
}
.BgClassName
{
background-color: #4F3714;
}
</style>
border-color css
<style>
span { border-color: #4F3714; }
span { border-color: rgb(79,55,20); }
td.TdClassName
{
border-color: #4F3714;
}
.TagClassName
{
border-color: #4F3714;
}
</style>