Shades of Clinker #4C360F
Tints of Clinker #4C360F
RGB
CMYK
RGB Variations
Color information
#4C360F (or 0x4C360F) is known color: Clinker. HEX triplet: 4C, 36 and 0F. RGB value is (76,54,15). Sum of RGB (Red+Green+Blue) = 76+54+15=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C360F is #B3C9F0. Grayscale: #383838. Windows color (decimal): -11782641 or 996940. OLE color: 996940.
HSL color Cylindrical-coordinate representation of color #4C360F: hue angle of 38.36º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C360F is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 54 | 15 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.70 |
| HSL | 38.36º | 0.67% | 0.18% | - |
| HSV(B) | 38.36º | 0.8% | 0.3% | - |
| XYZ | 4.39 | 4.21 | 1.03 | - |
| YUV | 56.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 15 | 0 | 0.29 | 0.80 | 0.70 | 38.36 | 0.67 | 0.18 |
| Hex | 4C | 36 | F | 0 | 1D | 50 | 46 | 26 | 43 | 12 |
| Octal | 114 | 66 | 17 | 0 | 35 | 120 | 106 | 46 | 103 | 22 |
| Binary | 1001100 | 110110 | 1111 | 0 | 11101 | 1010000 | 1000110 | 100110 | 1000011 | 10010 |
Color Harmonies of #4C360F
Complementary color
Monochromatic Colors of #4C360F
Black with #4C360F
Text Example
Text Example
White with #4C360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C360F; }
p { color: rgb(76,54,15); }
H1.HeaderClassName
{
color: #4C360F;
}
.AnyTagClassName
{
color: #4C360F;
}
</style>
background-color css
<style>
a { background-color: #4C360F; }
a { background-color: rgb(76,54,15); }
div.DivClassName
{
background-color: #4C360F;
}
.BgClassName
{
background-color: #4C360F;
}
</style>
border-color css
<style>
span { border-color: #4C360F; }
span { border-color: rgb(76,54,15); }
td.TdClassName
{
border-color: #4C360F;
}
.TagClassName
{
border-color: #4C360F;
}
</style>