Shades of Clinker #4A3620
Tints of Clinker #4A3620
RGB
CMYK
RGB Variations
Color information
#4A3620 (or 0x4A3620) is known color: Clinker. HEX triplet: 4A, 36 and 20. RGB value is (74,54,32). Sum of RGB (Red+Green+Blue) = 74+54+32=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3620 is #B5C9DF. Grayscale: #393939. Windows color (decimal): -11913696 or 2111050. OLE color: 2111050.
HSL color Cylindrical-coordinate representation of color #4A3620: hue angle of 31.43º 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 #4A3620 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 32 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.71 |
| HSL | 31.43º | 0.4% | 0.21% | - |
| HSV(B) | 31.43º | 0.57% | 0.29% | - |
| XYZ | 4.4 | 4.2 | 1.94 | - |
| YUV | 57.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 32 | 0 | 0.27 | 0.57 | 0.71 | 31.43 | 0.4 | 0.21 |
| Hex | 4A | 36 | 20 | 0 | 1B | 39 | 47 | 1F | 28 | 15 |
| Octal | 112 | 66 | 40 | 0 | 33 | 71 | 107 | 37 | 50 | 25 |
| Binary | 1001010 | 110110 | 100000 | 0 | 11011 | 111001 | 1000111 | 11111 | 101000 | 10101 |
Color Harmonies of #4A3620
Complementary color
Monochromatic Colors of #4A3620
Black with #4A3620
Text Example
Text Example
White with #4A3620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3620; }
p { color: rgb(74,54,32); }
H1.HeaderClassName
{
color: #4A3620;
}
.AnyTagClassName
{
color: #4A3620;
}
</style>
background-color css
<style>
a { background-color: #4A3620; }
a { background-color: rgb(74,54,32); }
div.DivClassName
{
background-color: #4A3620;
}
.BgClassName
{
background-color: #4A3620;
}
</style>
border-color css
<style>
span { border-color: #4A3620; }
span { border-color: rgb(74,54,32); }
td.TdClassName
{
border-color: #4A3620;
}
.TagClassName
{
border-color: #4A3620;
}
</style>