Shades of Clinker #4C381A
Tints of Clinker #4C381A
RGB
CMYK
RGB Variations
Color information
#4C381A (or 0x4C381A) is known color: Clinker. HEX triplet: 4C, 38 and 1A. RGB value is (76,56,26). Sum of RGB (Red+Green+Blue) = 76+56+26=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C381A is #B3C7E5. Grayscale: #3A3A3A. Windows color (decimal): -11782118 or 1718348. OLE color: 1718348.
HSL color Cylindrical-coordinate representation of color #4C381A: hue angle of 36º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C381A is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 26 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.70 |
| HSL | 36º | 0.49% | 0.2% | - |
| HSV(B) | 36º | 0.66% | 0.3% | - |
| XYZ | 4.58 | 4.44 | 1.59 | - |
| YUV | 58.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 26 | 0 | 0.26 | 0.66 | 0.70 | 36 | 0.49 | 0.2 |
| Hex | 4C | 38 | 1A | 0 | 1A | 42 | 46 | 24 | 31 | 14 |
| Octal | 114 | 70 | 32 | 0 | 32 | 102 | 106 | 44 | 61 | 24 |
| Binary | 1001100 | 111000 | 11010 | 0 | 11010 | 1000010 | 1000110 | 100100 | 110001 | 10100 |
Color Harmonies of #4C381A
Complementary color
Monochromatic Colors of #4C381A
Black with #4C381A
Text Example
Text Example
White with #4C381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C381A; }
p { color: rgb(76,56,26); }
H1.HeaderClassName
{
color: #4C381A;
}
.AnyTagClassName
{
color: #4C381A;
}
</style>
background-color css
<style>
a { background-color: #4C381A; }
a { background-color: rgb(76,56,26); }
div.DivClassName
{
background-color: #4C381A;
}
.BgClassName
{
background-color: #4C381A;
}
</style>
border-color css
<style>
span { border-color: #4C381A; }
span { border-color: rgb(76,56,26); }
td.TdClassName
{
border-color: #4C381A;
}
.TagClassName
{
border-color: #4C381A;
}
</style>