Shades of Clinker #4D381D
Tints of Clinker #4D381D
RGB
CMYK
RGB Variations
Color information
#4D381D (or 0x4D381D) is known color: Clinker. HEX triplet: 4D, 38 and 1D. RGB value is (77,56,29). Sum of RGB (Red+Green+Blue) = 77+56+29=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D381D is #B2C7E2. Grayscale: #3B3B3B. Windows color (decimal): -11716579 or 1914957. OLE color: 1914957.
HSL color Cylindrical-coordinate representation of color #4D381D: hue angle of 33.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D381D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 29 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.70 |
| HSL | 33.75º | 0.45% | 0.21% | - |
| HSV(B) | 33.75º | 0.62% | 0.3% | - |
| XYZ | 4.7 | 4.49 | 1.78 | - |
| YUV | 59.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 29 | 0 | 0.27 | 0.62 | 0.70 | 33.75 | 0.45 | 0.21 |
| Hex | 4D | 38 | 1D | 0 | 1B | 3E | 46 | 22 | 2D | 15 |
| Octal | 115 | 70 | 35 | 0 | 33 | 76 | 106 | 42 | 55 | 25 |
| Binary | 1001101 | 111000 | 11101 | 0 | 11011 | 111110 | 1000110 | 100010 | 101101 | 10101 |
Color Harmonies of #4D381D
Complementary color
Monochromatic Colors of #4D381D
Black with #4D381D
Text Example
Text Example
White with #4D381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D381D; }
p { color: rgb(77,56,29); }
H1.HeaderClassName
{
color: #4D381D;
}
.AnyTagClassName
{
color: #4D381D;
}
</style>
background-color css
<style>
a { background-color: #4D381D; }
a { background-color: rgb(77,56,29); }
div.DivClassName
{
background-color: #4D381D;
}
.BgClassName
{
background-color: #4D381D;
}
</style>
border-color css
<style>
span { border-color: #4D381D; }
span { border-color: rgb(77,56,29); }
td.TdClassName
{
border-color: #4D381D;
}
.TagClassName
{
border-color: #4D381D;
}
</style>