Shades of Clinker #4D381A
Tints of Clinker #4D381A
RGB
CMYK
RGB Variations
Color information
#4D381A (or 0x4D381A) is known color: Clinker. HEX triplet: 4D, 38 and 1A. RGB value is (77,56,26). Sum of RGB (Red+Green+Blue) = 77+56+26=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D381A is #B2C7E5. Grayscale: #3B3B3B. Windows color (decimal): -11716582 or 1718349. OLE color: 1718349.
HSL color Cylindrical-coordinate representation of color #4D381A: hue angle of 35.29º 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 #4D381A is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 26 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.70 |
| HSL | 35.29º | 0.5% | 0.2% | - |
| HSV(B) | 35.29º | 0.66% | 0.3% | - |
| XYZ | 4.66 | 4.48 | 1.6 | - |
| YUV | 58.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 26 | 0 | 0.27 | 0.66 | 0.70 | 35.29 | 0.5 | 0.2 |
| Hex | 4D | 38 | 1A | 0 | 1B | 42 | 46 | 23 | 32 | 14 |
| Octal | 115 | 70 | 32 | 0 | 33 | 102 | 106 | 43 | 62 | 24 |
| Binary | 1001101 | 111000 | 11010 | 0 | 11011 | 1000010 | 1000110 | 100011 | 110010 | 10100 |
Color Harmonies of #4D381A
Complementary color
Monochromatic Colors of #4D381A
Black with #4D381A
Text Example
Text Example
White with #4D381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D381A; }
p { color: rgb(77,56,26); }
H1.HeaderClassName
{
color: #4D381A;
}
.AnyTagClassName
{
color: #4D381A;
}
</style>
background-color css
<style>
a { background-color: #4D381A; }
a { background-color: rgb(77,56,26); }
div.DivClassName
{
background-color: #4D381A;
}
.BgClassName
{
background-color: #4D381A;
}
</style>
border-color css
<style>
span { border-color: #4D381A; }
span { border-color: rgb(77,56,26); }
td.TdClassName
{
border-color: #4D381A;
}
.TagClassName
{
border-color: #4D381A;
}
</style>