Shades of Clinker #4F3615
Tints of Clinker #4F3615
RGB
CMYK
RGB Variations
Color information
#4F3615 (or 0x4F3615) is known color: Clinker. HEX triplet: 4F, 36 and 15. RGB value is (79,54,21). Sum of RGB (Red+Green+Blue) = 79+54+21=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3615 is #B0C9EA. Grayscale: #393939. Windows color (decimal): -11586027 or 1390159. OLE color: 1390159.
HSL color Cylindrical-coordinate representation of color #4F3615: hue angle of 34.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F3615 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 54 | 21 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.69 |
| HSL | 34.14º | 0.58% | 0.2% | - |
| HSV(B) | 34.14º | 0.73% | 0.31% | - |
| XYZ | 4.68 | 4.35 | 1.3 | - |
| YUV | 57.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 21 | 0 | 0.32 | 0.73 | 0.69 | 34.14 | 0.58 | 0.2 |
| Hex | 4F | 36 | 15 | 0 | 20 | 49 | 45 | 22 | 3A | 14 |
| Octal | 117 | 66 | 25 | 0 | 40 | 111 | 105 | 42 | 72 | 24 |
| Binary | 1001111 | 110110 | 10101 | 0 | 100000 | 1001001 | 1000101 | 100010 | 111010 | 10100 |
Color Harmonies of #4F3615
Complementary color
Monochromatic Colors of #4F3615
Black with #4F3615
Text Example
Text Example
White with #4F3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3615; }
p { color: rgb(79,54,21); }
H1.HeaderClassName
{
color: #4F3615;
}
.AnyTagClassName
{
color: #4F3615;
}
</style>
background-color css
<style>
a { background-color: #4F3615; }
a { background-color: rgb(79,54,21); }
div.DivClassName
{
background-color: #4F3615;
}
.BgClassName
{
background-color: #4F3615;
}
</style>
border-color css
<style>
span { border-color: #4F3615; }
span { border-color: rgb(79,54,21); }
td.TdClassName
{
border-color: #4F3615;
}
.TagClassName
{
border-color: #4F3615;
}
</style>