Shades of Clinker #4F3818
Tints of Clinker #4F3818
RGB
CMYK
RGB Variations
Color information
#4F3818 (or 0x4F3818) is known color: Clinker. HEX triplet: 4F, 38 and 18. RGB value is (79,56,24). Sum of RGB (Red+Green+Blue) = 79+56+24=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3818 is #B0C7E7. Grayscale: #3B3B3B. Windows color (decimal): -11585512 or 1587279. OLE color: 1587279.
HSL color Cylindrical-coordinate representation of color #4F3818: hue angle of 34.91º 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 #4F3818 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 24 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.69 |
| HSL | 34.91º | 0.53% | 0.2% | - |
| HSV(B) | 34.91º | 0.7% | 0.31% | - |
| XYZ | 4.8 | 4.56 | 1.49 | - |
| YUV | 59.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 24 | 0 | 0.29 | 0.70 | 0.69 | 34.91 | 0.53 | 0.2 |
| Hex | 4F | 38 | 18 | 0 | 1D | 46 | 45 | 23 | 35 | 14 |
| Octal | 117 | 70 | 30 | 0 | 35 | 106 | 105 | 43 | 65 | 24 |
| Binary | 1001111 | 111000 | 11000 | 0 | 11101 | 1000110 | 1000101 | 100011 | 110101 | 10100 |
Color Harmonies of #4F3818
Complementary color
Monochromatic Colors of #4F3818
Black with #4F3818
Text Example
Text Example
White with #4F3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3818; }
p { color: rgb(79,56,24); }
H1.HeaderClassName
{
color: #4F3818;
}
.AnyTagClassName
{
color: #4F3818;
}
</style>
background-color css
<style>
a { background-color: #4F3818; }
a { background-color: rgb(79,56,24); }
div.DivClassName
{
background-color: #4F3818;
}
.BgClassName
{
background-color: #4F3818;
}
</style>
border-color css
<style>
span { border-color: #4F3818; }
span { border-color: rgb(79,56,24); }
td.TdClassName
{
border-color: #4F3818;
}
.TagClassName
{
border-color: #4F3818;
}
</style>