Shades of Clinker #4A321B
Tints of Clinker #4A321B
RGB
CMYK
RGB Variations
Color information
#4A321B (or 0x4A321B) is known color: Clinker. HEX triplet: 4A, 32 and 1B. RGB value is (74,50,27). Sum of RGB (Red+Green+Blue) = 74+50+27=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A321B is #B5CDE4. Grayscale: #363636. Windows color (decimal): -11914725 or 1782346. OLE color: 1782346.
HSL color Cylindrical-coordinate representation of color #4A321B: hue angle of 29.36º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A321B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 27 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.71 |
| HSL | 29.36º | 0.47% | 0.2% | - |
| HSV(B) | 29.36º | 0.64% | 0.29% | - |
| XYZ | 4.16 | 3.82 | 1.55 | - |
| YUV | 54.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 27 | 0 | 0.32 | 0.64 | 0.71 | 29.36 | 0.47 | 0.2 |
| Hex | 4A | 32 | 1B | 0 | 20 | 40 | 47 | 1D | 2F | 14 |
| Octal | 112 | 62 | 33 | 0 | 40 | 100 | 107 | 35 | 57 | 24 |
| Binary | 1001010 | 110010 | 11011 | 0 | 100000 | 1000000 | 1000111 | 11101 | 101111 | 10100 |
Color Harmonies of #4A321B
Complementary color
Monochromatic Colors of #4A321B
Black with #4A321B
Text Example
Text Example
White with #4A321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A321B; }
p { color: rgb(74,50,27); }
H1.HeaderClassName
{
color: #4A321B;
}
.AnyTagClassName
{
color: #4A321B;
}
</style>
background-color css
<style>
a { background-color: #4A321B; }
a { background-color: rgb(74,50,27); }
div.DivClassName
{
background-color: #4A321B;
}
.BgClassName
{
background-color: #4A321B;
}
</style>
border-color css
<style>
span { border-color: #4A321B; }
span { border-color: rgb(74,50,27); }
td.TdClassName
{
border-color: #4A321B;
}
.TagClassName
{
border-color: #4A321B;
}
</style>