Shades of Clinker #4D3821
Tints of Clinker #4D3821
RGB
CMYK
RGB Variations
Color information
#4D3821 (or 0x4D3821) is known color: Clinker. HEX triplet: 4D, 38 and 21. RGB value is (77,56,33). Sum of RGB (Red+Green+Blue) = 77+56+33=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3821 is #B2C7DE. Grayscale: #3B3B3B. Windows color (decimal): -11716575 or 2177101. OLE color: 2177101.
HSL color Cylindrical-coordinate representation of color #4D3821: hue angle of 31.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3821 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 33 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.70 |
| HSL | 31.36º | 0.4% | 0.22% | - |
| HSV(B) | 31.36º | 0.57% | 0.3% | - |
| XYZ | 4.75 | 4.52 | 2.06 | - |
| YUV | 59.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 33 | 0 | 0.27 | 0.57 | 0.70 | 31.36 | 0.4 | 0.22 |
| Hex | 4D | 38 | 21 | 0 | 1B | 39 | 46 | 1F | 28 | 16 |
| Octal | 115 | 70 | 41 | 0 | 33 | 71 | 106 | 37 | 50 | 26 |
| Binary | 1001101 | 111000 | 100001 | 0 | 11011 | 111001 | 1000110 | 11111 | 101000 | 10110 |
Color Harmonies of #4D3821
Complementary color
Monochromatic Colors of #4D3821
Black with #4D3821
Text Example
Text Example
White with #4D3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3821; }
p { color: rgb(77,56,33); }
H1.HeaderClassName
{
color: #4D3821;
}
.AnyTagClassName
{
color: #4D3821;
}
</style>
background-color css
<style>
a { background-color: #4D3821; }
a { background-color: rgb(77,56,33); }
div.DivClassName
{
background-color: #4D3821;
}
.BgClassName
{
background-color: #4D3821;
}
</style>
border-color css
<style>
span { border-color: #4D3821; }
span { border-color: rgb(77,56,33); }
td.TdClassName
{
border-color: #4D3821;
}
.TagClassName
{
border-color: #4D3821;
}
</style>