Shades of Clinker #4F3610
Tints of Clinker #4F3610
RGB
CMYK
RGB Variations
Color information
#4F3610 (or 0x4F3610) is known color: Clinker. HEX triplet: 4F, 36 and 10. RGB value is (79,54,16). Sum of RGB (Red+Green+Blue) = 79+54+16=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3610 is #B0C9EF. Grayscale: #393939. Windows color (decimal): -11586032 or 1062479. OLE color: 1062479.
HSL color Cylindrical-coordinate representation of color #4F3610: hue angle of 36.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F3610 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 54 | 16 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.69 |
| HSL | 36.19º | 0.66% | 0.19% | - |
| HSV(B) | 36.19º | 0.8% | 0.31% | - |
| XYZ | 4.64 | 4.34 | 1.08 | - |
| YUV | 57.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 16 | 0 | 0.32 | 0.80 | 0.69 | 36.19 | 0.66 | 0.19 |
| Hex | 4F | 36 | 10 | 0 | 20 | 50 | 45 | 24 | 42 | 13 |
| Octal | 117 | 66 | 20 | 0 | 40 | 120 | 105 | 44 | 102 | 23 |
| Binary | 1001111 | 110110 | 10000 | 0 | 100000 | 1010000 | 1000101 | 100100 | 1000010 | 10011 |
Color Harmonies of #4F3610
Complementary color
Monochromatic Colors of #4F3610
Black with #4F3610
Text Example
Text Example
White with #4F3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3610; }
p { color: rgb(79,54,16); }
H1.HeaderClassName
{
color: #4F3610;
}
.AnyTagClassName
{
color: #4F3610;
}
</style>
background-color css
<style>
a { background-color: #4F3610; }
a { background-color: rgb(79,54,16); }
div.DivClassName
{
background-color: #4F3610;
}
.BgClassName
{
background-color: #4F3610;
}
</style>
border-color css
<style>
span { border-color: #4F3610; }
span { border-color: rgb(79,54,16); }
td.TdClassName
{
border-color: #4F3610;
}
.TagClassName
{
border-color: #4F3610;
}
</style>