Shades of Clinker #4D351A
Tints of Clinker #4D351A
RGB
CMYK
RGB Variations
Color information
#4D351A (or 0x4D351A) is known color: Clinker. HEX triplet: 4D, 35 and 1A. RGB value is (77,53,26). Sum of RGB (Red+Green+Blue) = 77+53+26=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D351A is #B2CAE5. Grayscale: #393939. Windows color (decimal): -11717350 or 1717581. OLE color: 1717581.
HSL color Cylindrical-coordinate representation of color #4D351A: hue angle of 31.76º 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 #4D351A is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 26 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.70 |
| HSL | 31.76º | 0.5% | 0.2% | - |
| HSV(B) | 31.76º | 0.66% | 0.3% | - |
| XYZ | 4.52 | 4.2 | 1.55 | - |
| YUV | 57.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 26 | 0 | 0.31 | 0.66 | 0.70 | 31.76 | 0.5 | 0.2 |
| Hex | 4D | 35 | 1A | 0 | 1F | 42 | 46 | 20 | 32 | 14 |
| Octal | 115 | 65 | 32 | 0 | 37 | 102 | 106 | 40 | 62 | 24 |
| Binary | 1001101 | 110101 | 11010 | 0 | 11111 | 1000010 | 1000110 | 100000 | 110010 | 10100 |
Color Harmonies of #4D351A
Complementary color
Monochromatic Colors of #4D351A
Black with #4D351A
Text Example
Text Example
White with #4D351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D351A; }
p { color: rgb(77,53,26); }
H1.HeaderClassName
{
color: #4D351A;
}
.AnyTagClassName
{
color: #4D351A;
}
</style>
background-color css
<style>
a { background-color: #4D351A; }
a { background-color: rgb(77,53,26); }
div.DivClassName
{
background-color: #4D351A;
}
.BgClassName
{
background-color: #4D351A;
}
</style>
border-color css
<style>
span { border-color: #4D351A; }
span { border-color: rgb(77,53,26); }
td.TdClassName
{
border-color: #4D351A;
}
.TagClassName
{
border-color: #4D351A;
}
</style>