Shades of Clinker #4C320F
Tints of Clinker #4C320F
RGB
CMYK
RGB Variations
Color information
#4C320F (or 0x4C320F) is known color: Clinker. HEX triplet: 4C, 32 and 0F. RGB value is (76,50,15). Sum of RGB (Red+Green+Blue) = 76+50+15=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C320F is #B3CDF0. Grayscale: #353535. Windows color (decimal): -11783665 or 995916. OLE color: 995916.
HSL color Cylindrical-coordinate representation of color #4C320F: hue angle of 34.43º 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 #4C320F is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 50 | 15 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.70 |
| HSL | 34.43º | 0.67% | 0.18% | - |
| HSV(B) | 34.43º | 0.8% | 0.3% | - |
| XYZ | 4.21 | 3.85 | 0.97 | - |
| YUV | 53.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 15 | 0 | 0.34 | 0.80 | 0.70 | 34.43 | 0.67 | 0.18 |
| Hex | 4C | 32 | F | 0 | 22 | 50 | 46 | 22 | 43 | 12 |
| Octal | 114 | 62 | 17 | 0 | 42 | 120 | 106 | 42 | 103 | 22 |
| Binary | 1001100 | 110010 | 1111 | 0 | 100010 | 1010000 | 1000110 | 100010 | 1000011 | 10010 |
Color Harmonies of #4C320F
Complementary color
Monochromatic Colors of #4C320F
Black with #4C320F
Text Example
Text Example
White with #4C320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C320F; }
p { color: rgb(76,50,15); }
H1.HeaderClassName
{
color: #4C320F;
}
.AnyTagClassName
{
color: #4C320F;
}
</style>
background-color css
<style>
a { background-color: #4C320F; }
a { background-color: rgb(76,50,15); }
div.DivClassName
{
background-color: #4C320F;
}
.BgClassName
{
background-color: #4C320F;
}
</style>
border-color css
<style>
span { border-color: #4C320F; }
span { border-color: rgb(76,50,15); }
td.TdClassName
{
border-color: #4C320F;
}
.TagClassName
{
border-color: #4C320F;
}
</style>