Shades of Clinker #4F3618
Tints of Clinker #4F3618
RGB
CMYK
RGB Variations
Color information
#4F3618 (or 0x4F3618) is known color: Clinker. HEX triplet: 4F, 36 and 18. RGB value is (79,54,24). Sum of RGB (Red+Green+Blue) = 79+54+24=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3618 is #B0C9E7. Grayscale: #3A3A3A. Windows color (decimal): -11586024 or 1586767. OLE color: 1586767.
HSL color Cylindrical-coordinate representation of color #4F3618: hue angle of 32.73º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F3618 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 54 | 24 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.69 |
| HSL | 32.73º | 0.53% | 0.2% | - |
| HSV(B) | 32.73º | 0.7% | 0.31% | - |
| XYZ | 4.71 | 4.37 | 1.46 | - |
| YUV | 58.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 24 | 0 | 0.32 | 0.70 | 0.69 | 32.73 | 0.53 | 0.2 |
| Hex | 4F | 36 | 18 | 0 | 20 | 46 | 45 | 21 | 35 | 14 |
| Octal | 117 | 66 | 30 | 0 | 40 | 106 | 105 | 41 | 65 | 24 |
| Binary | 1001111 | 110110 | 11000 | 0 | 100000 | 1000110 | 1000101 | 100001 | 110101 | 10100 |
Color Harmonies of #4F3618
Complementary color
Monochromatic Colors of #4F3618
Black with #4F3618
Text Example
Text Example
White with #4F3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3618; }
p { color: rgb(79,54,24); }
H1.HeaderClassName
{
color: #4F3618;
}
.AnyTagClassName
{
color: #4F3618;
}
</style>
background-color css
<style>
a { background-color: #4F3618; }
a { background-color: rgb(79,54,24); }
div.DivClassName
{
background-color: #4F3618;
}
.BgClassName
{
background-color: #4F3618;
}
</style>
border-color css
<style>
span { border-color: #4F3618; }
span { border-color: rgb(79,54,24); }
td.TdClassName
{
border-color: #4F3618;
}
.TagClassName
{
border-color: #4F3618;
}
</style>