Shades of Clinker #4F3812
Tints of Clinker #4F3812
RGB
CMYK
RGB Variations
Color information
#4F3812 (or 0x4F3812) is known color: Clinker. HEX triplet: 4F, 38 and 12. RGB value is (79,56,18). Sum of RGB (Red+Green+Blue) = 79+56+18=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3812 is #B0C7ED. Grayscale: #3A3A3A. Windows color (decimal): -11585518 or 1194063. OLE color: 1194063.
HSL color Cylindrical-coordinate representation of color #4F3812: hue angle of 37.38º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F3812 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 18 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.69 |
| HSL | 37.38º | 0.63% | 0.19% | - |
| HSV(B) | 37.38º | 0.77% | 0.31% | - |
| XYZ | 4.75 | 4.53 | 1.2 | - |
| YUV | 58.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 18 | 0 | 0.29 | 0.77 | 0.69 | 37.38 | 0.63 | 0.19 |
| Hex | 4F | 38 | 12 | 0 | 1D | 4D | 45 | 25 | 3F | 13 |
| Octal | 117 | 70 | 22 | 0 | 35 | 115 | 105 | 45 | 77 | 23 |
| Binary | 1001111 | 111000 | 10010 | 0 | 11101 | 1001101 | 1000101 | 100101 | 111111 | 10011 |
Color Harmonies of #4F3812
Complementary color
Monochromatic Colors of #4F3812
Black with #4F3812
Text Example
Text Example
White with #4F3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3812; }
p { color: rgb(79,56,18); }
H1.HeaderClassName
{
color: #4F3812;
}
.AnyTagClassName
{
color: #4F3812;
}
</style>
background-color css
<style>
a { background-color: #4F3812; }
a { background-color: rgb(79,56,18); }
div.DivClassName
{
background-color: #4F3812;
}
.BgClassName
{
background-color: #4F3812;
}
</style>
border-color css
<style>
span { border-color: #4F3812; }
span { border-color: rgb(79,56,18); }
td.TdClassName
{
border-color: #4F3812;
}
.TagClassName
{
border-color: #4F3812;
}
</style>