Shades of Clinker #49381C
Tints of Clinker #49381C
RGB
CMYK
RGB Variations
Color information
#49381C (or 0x49381C) is known color: Clinker. HEX triplet: 49, 38 and 1C. RGB value is (73,56,28). Sum of RGB (Red+Green+Blue) = 73+56+28=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49381C is #B6C7E3. Grayscale: #3A3A3A. Windows color (decimal): -11978724 or 1849417. OLE color: 1849417.
HSL color Cylindrical-coordinate representation of color #49381C: hue angle of 37.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49381C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 28 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.71 |
| HSL | 37.33º | 0.45% | 0.2% | - |
| HSV(B) | 37.33º | 0.62% | 0.29% | - |
| XYZ | 4.37 | 4.33 | 1.7 | - |
| YUV | 57.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 28 | 0 | 0.23 | 0.62 | 0.71 | 37.33 | 0.45 | 0.2 |
| Hex | 49 | 38 | 1C | 0 | 17 | 3E | 47 | 25 | 2D | 14 |
| Octal | 111 | 70 | 34 | 0 | 27 | 76 | 107 | 45 | 55 | 24 |
| Binary | 1001001 | 111000 | 11100 | 0 | 10111 | 111110 | 1000111 | 100101 | 101101 | 10100 |
Color Harmonies of #49381C
Complementary color
Monochromatic Colors of #49381C
Black with #49381C
Text Example
Text Example
White with #49381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49381C; }
p { color: rgb(73,56,28); }
H1.HeaderClassName
{
color: #49381C;
}
.AnyTagClassName
{
color: #49381C;
}
</style>
background-color css
<style>
a { background-color: #49381C; }
a { background-color: rgb(73,56,28); }
div.DivClassName
{
background-color: #49381C;
}
.BgClassName
{
background-color: #49381C;
}
</style>
border-color css
<style>
span { border-color: #49381C; }
span { border-color: rgb(73,56,28); }
td.TdClassName
{
border-color: #49381C;
}
.TagClassName
{
border-color: #49381C;
}
</style>