Shades of Clinker #4A330A
Tints of Clinker #4A330A
RGB
CMYK
RGB Variations
Color information
#4A330A (or 0x4A330A) is known color: Clinker. HEX triplet: 4A, 33 and 0A. RGB value is (74,51,10). Sum of RGB (Red+Green+Blue) = 74+51+10=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A330A is #B5CCF5. Grayscale: #353535. Windows color (decimal): -11914486 or 668490. OLE color: 668490.
HSL color Cylindrical-coordinate representation of color #4A330A: hue angle of 38.44º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A330A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 51 | 10 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.71 |
| HSL | 38.44º | 0.76% | 0.16% | - |
| HSV(B) | 38.44º | 0.86% | 0.29% | - |
| XYZ | 4.06 | 3.85 | 0.82 | - |
| YUV | 53.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 10 | 0 | 0.31 | 0.86 | 0.71 | 38.44 | 0.76 | 0.16 |
| Hex | 4A | 33 | A | 0 | 1F | 56 | 47 | 26 | 4C | 10 |
| Octal | 112 | 63 | 12 | 0 | 37 | 126 | 107 | 46 | 114 | 20 |
| Binary | 1001010 | 110011 | 1010 | 0 | 11111 | 1010110 | 1000111 | 100110 | 1001100 | 10000 |
Color Harmonies of #4A330A
Complementary color
Monochromatic Colors of #4A330A
Black with #4A330A
Text Example
Text Example
White with #4A330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A330A; }
p { color: rgb(74,51,10); }
H1.HeaderClassName
{
color: #4A330A;
}
.AnyTagClassName
{
color: #4A330A;
}
</style>
background-color css
<style>
a { background-color: #4A330A; }
a { background-color: rgb(74,51,10); }
div.DivClassName
{
background-color: #4A330A;
}
.BgClassName
{
background-color: #4A330A;
}
</style>
border-color css
<style>
span { border-color: #4A330A; }
span { border-color: rgb(74,51,10); }
td.TdClassName
{
border-color: #4A330A;
}
.TagClassName
{
border-color: #4A330A;
}
</style>