Shades of Clinker #4F370B
Tints of Clinker #4F370B
RGB
CMYK
RGB Variations
Color information
#4F370B (or 0x4F370B) is known color: Clinker. HEX triplet: 4F, 37 and 0B. RGB value is (79,55,11). Sum of RGB (Red+Green+Blue) = 79+55+11=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F370B is #B0C8F4. Grayscale: #393939. Windows color (decimal): -11585781 or 735055. OLE color: 735055.
HSL color Cylindrical-coordinate representation of color #4F370B: hue angle of 38.82º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F370B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 11 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.69 |
| HSL | 38.82º | 0.76% | 0.18% | - |
| HSV(B) | 38.82º | 0.86% | 0.31% | - |
| XYZ | 4.65 | 4.42 | 0.92 | - |
| YUV | 57.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 11 | 0 | 0.30 | 0.86 | 0.69 | 38.82 | 0.76 | 0.18 |
| Hex | 4F | 37 | B | 0 | 1E | 56 | 45 | 27 | 4C | 12 |
| Octal | 117 | 67 | 13 | 0 | 36 | 126 | 105 | 47 | 114 | 22 |
| Binary | 1001111 | 110111 | 1011 | 0 | 11110 | 1010110 | 1000101 | 100111 | 1001100 | 10010 |
Color Harmonies of #4F370B
Complementary color
Monochromatic Colors of #4F370B
Black with #4F370B
Text Example
Text Example
White with #4F370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F370B; }
p { color: rgb(79,55,11); }
H1.HeaderClassName
{
color: #4F370B;
}
.AnyTagClassName
{
color: #4F370B;
}
</style>
background-color css
<style>
a { background-color: #4F370B; }
a { background-color: rgb(79,55,11); }
div.DivClassName
{
background-color: #4F370B;
}
.BgClassName
{
background-color: #4F370B;
}
</style>
border-color css
<style>
span { border-color: #4F370B; }
span { border-color: rgb(79,55,11); }
td.TdClassName
{
border-color: #4F370B;
}
.TagClassName
{
border-color: #4F370B;
}
</style>