Shades of Clinker #4A3320
Tints of Clinker #4A3320
RGB
CMYK
RGB Variations
Color information
#4A3320 (or 0x4A3320) is known color: Clinker. HEX triplet: 4A, 33 and 20. RGB value is (74,51,32). Sum of RGB (Red+Green+Blue) = 74+51+32=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3320 is #B5CCDF. Grayscale: #373737. Windows color (decimal): -11914464 or 2110282. OLE color: 2110282.
HSL color Cylindrical-coordinate representation of color #4A3320: hue angle of 27.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3320 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 51 | 32 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.71 |
| HSL | 27.14º | 0.4% | 0.21% | - |
| HSV(B) | 27.14º | 0.57% | 0.29% | - |
| XYZ | 4.27 | 3.93 | 1.9 | - |
| YUV | 55.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 32 | 0 | 0.31 | 0.57 | 0.71 | 27.14 | 0.4 | 0.21 |
| Hex | 4A | 33 | 20 | 0 | 1F | 39 | 47 | 1B | 28 | 15 |
| Octal | 112 | 63 | 40 | 0 | 37 | 71 | 107 | 33 | 50 | 25 |
| Binary | 1001010 | 110011 | 100000 | 0 | 11111 | 111001 | 1000111 | 11011 | 101000 | 10101 |
Color Harmonies of #4A3320
Complementary color
Monochromatic Colors of #4A3320
Black with #4A3320
Text Example
Text Example
White with #4A3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3320; }
p { color: rgb(74,51,32); }
H1.HeaderClassName
{
color: #4A3320;
}
.AnyTagClassName
{
color: #4A3320;
}
</style>
background-color css
<style>
a { background-color: #4A3320; }
a { background-color: rgb(74,51,32); }
div.DivClassName
{
background-color: #4A3320;
}
.BgClassName
{
background-color: #4A3320;
}
</style>
border-color css
<style>
span { border-color: #4A3320; }
span { border-color: rgb(74,51,32); }
td.TdClassName
{
border-color: #4A3320;
}
.TagClassName
{
border-color: #4A3320;
}
</style>