Shades of Clinker #4C381D
Tints of Clinker #4C381D
RGB
CMYK
RGB Variations
Color information
#4C381D (or 0x4C381D) is known color: Clinker. HEX triplet: 4C, 38 and 1D. RGB value is (76,56,29). Sum of RGB (Red+Green+Blue) = 76+56+29=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C381D is #B3C7E2. Grayscale: #3B3B3B. Windows color (decimal): -11782115 or 1914956. OLE color: 1914956.
HSL color Cylindrical-coordinate representation of color #4C381D: hue angle of 34.47º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C381D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 29 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.70 |
| HSL | 34.47º | 0.45% | 0.21% | - |
| HSV(B) | 34.47º | 0.62% | 0.3% | - |
| XYZ | 4.62 | 4.45 | 1.78 | - |
| YUV | 58.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 29 | 0 | 0.26 | 0.62 | 0.70 | 34.47 | 0.45 | 0.21 |
| Hex | 4C | 38 | 1D | 0 | 1A | 3E | 46 | 22 | 2D | 15 |
| Octal | 114 | 70 | 35 | 0 | 32 | 76 | 106 | 42 | 55 | 25 |
| Binary | 1001100 | 111000 | 11101 | 0 | 11010 | 111110 | 1000110 | 100010 | 101101 | 10101 |
Color Harmonies of #4C381D
Complementary color
Monochromatic Colors of #4C381D
Black with #4C381D
Text Example
Text Example
White with #4C381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C381D; }
p { color: rgb(76,56,29); }
H1.HeaderClassName
{
color: #4C381D;
}
.AnyTagClassName
{
color: #4C381D;
}
</style>
background-color css
<style>
a { background-color: #4C381D; }
a { background-color: rgb(76,56,29); }
div.DivClassName
{
background-color: #4C381D;
}
.BgClassName
{
background-color: #4C381D;
}
</style>
border-color css
<style>
span { border-color: #4C381D; }
span { border-color: rgb(76,56,29); }
td.TdClassName
{
border-color: #4C381D;
}
.TagClassName
{
border-color: #4C381D;
}
</style>