Shades of Clinker #4C330F
Tints of Clinker #4C330F
RGB
CMYK
RGB Variations
Color information
#4C330F (or 0x4C330F) is known color: Clinker. HEX triplet: 4C, 33 and 0F. RGB value is (76,51,15). Sum of RGB (Red+Green+Blue) = 76+51+15=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C330F is #B3CCF0. Grayscale: #363636. Windows color (decimal): -11783409 or 996172. OLE color: 996172.
HSL color Cylindrical-coordinate representation of color #4C330F: hue angle of 35.41º 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 #4C330F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 51 | 15 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.70 |
| HSL | 35.41º | 0.67% | 0.18% | - |
| HSV(B) | 35.41º | 0.8% | 0.3% | - |
| XYZ | 4.25 | 3.94 | 0.99 | - |
| YUV | 54.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 15 | 0 | 0.33 | 0.80 | 0.70 | 35.41 | 0.67 | 0.18 |
| Hex | 4C | 33 | F | 0 | 21 | 50 | 46 | 23 | 43 | 12 |
| Octal | 114 | 63 | 17 | 0 | 41 | 120 | 106 | 43 | 103 | 22 |
| Binary | 1001100 | 110011 | 1111 | 0 | 100001 | 1010000 | 1000110 | 100011 | 1000011 | 10010 |
Color Harmonies of #4C330F
Complementary color
Monochromatic Colors of #4C330F
Black with #4C330F
Text Example
Text Example
White with #4C330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C330F; }
p { color: rgb(76,51,15); }
H1.HeaderClassName
{
color: #4C330F;
}
.AnyTagClassName
{
color: #4C330F;
}
</style>
background-color css
<style>
a { background-color: #4C330F; }
a { background-color: rgb(76,51,15); }
div.DivClassName
{
background-color: #4C330F;
}
.BgClassName
{
background-color: #4C330F;
}
</style>
border-color css
<style>
span { border-color: #4C330F; }
span { border-color: rgb(76,51,15); }
td.TdClassName
{
border-color: #4C330F;
}
.TagClassName
{
border-color: #4C330F;
}
</style>