Shades of Clinker #4D361A
Tints of Clinker #4D361A
RGB
CMYK
RGB Variations
Color information
#4D361A (or 0x4D361A) is known color: Clinker. HEX triplet: 4D, 36 and 1A. RGB value is (77,54,26). Sum of RGB (Red+Green+Blue) = 77+54+26=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D361A is #B2C9E5. Grayscale: #393939. Windows color (decimal): -11717094 or 1717837. OLE color: 1717837.
HSL color Cylindrical-coordinate representation of color #4D361A: hue angle of 32.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D361A is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 26 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.70 |
| HSL | 32.94º | 0.5% | 0.2% | - |
| HSV(B) | 32.94º | 0.66% | 0.3% | - |
| XYZ | 4.57 | 4.29 | 1.56 | - |
| YUV | 57.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 26 | 0 | 0.30 | 0.66 | 0.70 | 32.94 | 0.5 | 0.2 |
| Hex | 4D | 36 | 1A | 0 | 1E | 42 | 46 | 21 | 32 | 14 |
| Octal | 115 | 66 | 32 | 0 | 36 | 102 | 106 | 41 | 62 | 24 |
| Binary | 1001101 | 110110 | 11010 | 0 | 11110 | 1000010 | 1000110 | 100001 | 110010 | 10100 |
Color Harmonies of #4D361A
Complementary color
Monochromatic Colors of #4D361A
Black with #4D361A
Text Example
Text Example
White with #4D361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D361A; }
p { color: rgb(77,54,26); }
H1.HeaderClassName
{
color: #4D361A;
}
.AnyTagClassName
{
color: #4D361A;
}
</style>
background-color css
<style>
a { background-color: #4D361A; }
a { background-color: rgb(77,54,26); }
div.DivClassName
{
background-color: #4D361A;
}
.BgClassName
{
background-color: #4D361A;
}
</style>
border-color css
<style>
span { border-color: #4D361A; }
span { border-color: rgb(77,54,26); }
td.TdClassName
{
border-color: #4D361A;
}
.TagClassName
{
border-color: #4D361A;
}
</style>