Shades of Clinker #4C391B
Tints of Clinker #4C391B
RGB
CMYK
RGB Variations
Color information
#4C391B (or 0x4C391B) is known color: Clinker. HEX triplet: 4C, 39 and 1B. RGB value is (76,57,27). Sum of RGB (Red+Green+Blue) = 76+57+27=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C391B is #B3C6E4. Grayscale: #3B3B3B. Windows color (decimal): -11781861 or 1784140. OLE color: 1784140.
HSL color Cylindrical-coordinate representation of color #4C391B: hue angle of 36.73º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C391B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 27 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.70 |
| HSL | 36.73º | 0.48% | 0.2% | - |
| HSV(B) | 36.73º | 0.64% | 0.3% | - |
| XYZ | 4.64 | 4.54 | 1.67 | - |
| YUV | 59.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 27 | 0 | 0.25 | 0.64 | 0.70 | 36.73 | 0.48 | 0.2 |
| Hex | 4C | 39 | 1B | 0 | 19 | 40 | 46 | 25 | 30 | 14 |
| Octal | 114 | 71 | 33 | 0 | 31 | 100 | 106 | 45 | 60 | 24 |
| Binary | 1001100 | 111001 | 11011 | 0 | 11001 | 1000000 | 1000110 | 100101 | 110000 | 10100 |
Color Harmonies of #4C391B
Complementary color
Monochromatic Colors of #4C391B
Black with #4C391B
Text Example
Text Example
White with #4C391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C391B; }
p { color: rgb(76,57,27); }
H1.HeaderClassName
{
color: #4C391B;
}
.AnyTagClassName
{
color: #4C391B;
}
</style>
background-color css
<style>
a { background-color: #4C391B; }
a { background-color: rgb(76,57,27); }
div.DivClassName
{
background-color: #4C391B;
}
.BgClassName
{
background-color: #4C391B;
}
</style>
border-color css
<style>
span { border-color: #4C391B; }
span { border-color: rgb(76,57,27); }
td.TdClassName
{
border-color: #4C391B;
}
.TagClassName
{
border-color: #4C391B;
}
</style>