Shades of Clinker #4F3A1C
Tints of Clinker #4F3A1C
RGB
CMYK
RGB Variations
Color information
#4F3A1C (or 0x4F3A1C) is known color: Clinker. HEX triplet: 4F, 3A and 1C. RGB value is (79,58,28). Sum of RGB (Red+Green+Blue) = 79+58+28=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A1C is #B0C5E3. Grayscale: #3D3D3D. Windows color (decimal): -11584996 or 1849935. OLE color: 1849935.
HSL color Cylindrical-coordinate representation of color #4F3A1C: hue angle of 35.29º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F3A1C is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 28 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.69 |
| HSL | 35.29º | 0.48% | 0.21% | - |
| HSV(B) | 35.29º | 0.65% | 0.31% | - |
| XYZ | 4.95 | 4.77 | 1.76 | - |
| YUV | 60.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 28 | 0 | 0.27 | 0.65 | 0.69 | 35.29 | 0.48 | 0.21 |
| Hex | 4F | 3A | 1C | 0 | 1B | 41 | 45 | 23 | 30 | 15 |
| Octal | 117 | 72 | 34 | 0 | 33 | 101 | 105 | 43 | 60 | 25 |
| Binary | 1001111 | 111010 | 11100 | 0 | 11011 | 1000001 | 1000101 | 100011 | 110000 | 10101 |
Color Harmonies of #4F3A1C
Complementary color
Monochromatic Colors of #4F3A1C
Black with #4F3A1C
Text Example
Text Example
White with #4F3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A1C; }
p { color: rgb(79,58,28); }
H1.HeaderClassName
{
color: #4F3A1C;
}
.AnyTagClassName
{
color: #4F3A1C;
}
</style>
background-color css
<style>
a { background-color: #4F3A1C; }
a { background-color: rgb(79,58,28); }
div.DivClassName
{
background-color: #4F3A1C;
}
.BgClassName
{
background-color: #4F3A1C;
}
</style>
border-color css
<style>
span { border-color: #4F3A1C; }
span { border-color: rgb(79,58,28); }
td.TdClassName
{
border-color: #4F3A1C;
}
.TagClassName
{
border-color: #4F3A1C;
}
</style>