Shades of Clinker #4A3113
Tints of Clinker #4A3113
RGB
CMYK
RGB Variations
Color information
#4A3113 (or 0x4A3113) is known color: Clinker. HEX triplet: 4A, 31 and 13. RGB value is (74,49,19). Sum of RGB (Red+Green+Blue) = 74+49+19=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3113 is #B5CEEC. Grayscale: #353535. Windows color (decimal): -11914989 or 1257802. OLE color: 1257802.
HSL color Cylindrical-coordinate representation of color #4A3113: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A3113 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 19 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.71 |
| HSL | 32.73º | 0.59% | 0.18% | - |
| HSV(B) | 32.73º | 0.74% | 0.29% | - |
| XYZ | 4.04 | 3.7 | 1.12 | - |
| YUV | 53.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 19 | 0 | 0.34 | 0.74 | 0.71 | 32.73 | 0.59 | 0.18 |
| Hex | 4A | 31 | 13 | 0 | 22 | 4A | 47 | 21 | 3B | 12 |
| Octal | 112 | 61 | 23 | 0 | 42 | 112 | 107 | 41 | 73 | 22 |
| Binary | 1001010 | 110001 | 10011 | 0 | 100010 | 1001010 | 1000111 | 100001 | 111011 | 10010 |
Color Harmonies of #4A3113
Complementary color
Monochromatic Colors of #4A3113
Black with #4A3113
Text Example
Text Example
White with #4A3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3113; }
p { color: rgb(74,49,19); }
H1.HeaderClassName
{
color: #4A3113;
}
.AnyTagClassName
{
color: #4A3113;
}
</style>
background-color css
<style>
a { background-color: #4A3113; }
a { background-color: rgb(74,49,19); }
div.DivClassName
{
background-color: #4A3113;
}
.BgClassName
{
background-color: #4A3113;
}
</style>
border-color css
<style>
span { border-color: #4A3113; }
span { border-color: rgb(74,49,19); }
td.TdClassName
{
border-color: #4A3113;
}
.TagClassName
{
border-color: #4A3113;
}
</style>