Shades of Clinker #4C3825
Tints of Clinker #4C3825
RGB
CMYK
RGB Variations
Color information
#4C3825 (or 0x4C3825) is known color: Clinker. HEX triplet: 4C, 38 and 25. RGB value is (76,56,37). Sum of RGB (Red+Green+Blue) = 76+56+37=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3825 is #B3C7DA. Grayscale: #3B3B3B. Windows color (decimal): -11782107 or 2439244. OLE color: 2439244.
HSL color Cylindrical-coordinate representation of color #4C3825: hue angle of 29.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3825 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 37 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.70 |
| HSL | 29.23º | 0.35% | 0.22% | - |
| HSV(B) | 29.23º | 0.51% | 0.3% | - |
| XYZ | 4.73 | 4.5 | 2.37 | - |
| YUV | 59.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 37 | 0 | 0.26 | 0.51 | 0.70 | 29.23 | 0.35 | 0.22 |
| Hex | 4C | 38 | 25 | 0 | 1A | 33 | 46 | 1D | 23 | 16 |
| Octal | 114 | 70 | 45 | 0 | 32 | 63 | 106 | 35 | 43 | 26 |
| Binary | 1001100 | 111000 | 100101 | 0 | 11010 | 110011 | 1000110 | 11101 | 100011 | 10110 |
Color Harmonies of #4C3825
Complementary color
Monochromatic Colors of #4C3825
Black with #4C3825
Text Example
Text Example
White with #4C3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3825; }
p { color: rgb(76,56,37); }
H1.HeaderClassName
{
color: #4C3825;
}
.AnyTagClassName
{
color: #4C3825;
}
</style>
background-color css
<style>
a { background-color: #4C3825; }
a { background-color: rgb(76,56,37); }
div.DivClassName
{
background-color: #4C3825;
}
.BgClassName
{
background-color: #4C3825;
}
</style>
border-color css
<style>
span { border-color: #4C3825; }
span { border-color: rgb(76,56,37); }
td.TdClassName
{
border-color: #4C3825;
}
.TagClassName
{
border-color: #4C3825;
}
</style>