Shades of Clinker #4A361C
Tints of Clinker #4A361C
RGB
CMYK
RGB Variations
Color information
#4A361C (or 0x4A361C) is known color: Clinker. HEX triplet: 4A, 36 and 1C. RGB value is (74,54,28). Sum of RGB (Red+Green+Blue) = 74+54+28=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A361C is #B5C9E3. Grayscale: #393939. Windows color (decimal): -11913700 or 1848906. OLE color: 1848906.
HSL color Cylindrical-coordinate representation of color #4A361C: hue angle of 33.91º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A361C is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 28 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.71 |
| HSL | 33.91º | 0.45% | 0.2% | - |
| HSV(B) | 33.91º | 0.62% | 0.29% | - |
| XYZ | 4.35 | 4.18 | 1.68 | - |
| YUV | 57.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 28 | 0 | 0.27 | 0.62 | 0.71 | 33.91 | 0.45 | 0.2 |
| Hex | 4A | 36 | 1C | 0 | 1B | 3E | 47 | 22 | 2D | 14 |
| Octal | 112 | 66 | 34 | 0 | 33 | 76 | 107 | 42 | 55 | 24 |
| Binary | 1001010 | 110110 | 11100 | 0 | 11011 | 111110 | 1000111 | 100010 | 101101 | 10100 |
Color Harmonies of #4A361C
Complementary color
Monochromatic Colors of #4A361C
Black with #4A361C
Text Example
Text Example
White with #4A361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A361C; }
p { color: rgb(74,54,28); }
H1.HeaderClassName
{
color: #4A361C;
}
.AnyTagClassName
{
color: #4A361C;
}
</style>
background-color css
<style>
a { background-color: #4A361C; }
a { background-color: rgb(74,54,28); }
div.DivClassName
{
background-color: #4A361C;
}
.BgClassName
{
background-color: #4A361C;
}
</style>
border-color css
<style>
span { border-color: #4A361C; }
span { border-color: rgb(74,54,28); }
td.TdClassName
{
border-color: #4A361C;
}
.TagClassName
{
border-color: #4A361C;
}
</style>