Shades of Clinker #49381F
Tints of Clinker #49381F
RGB
CMYK
RGB Variations
Color information
#49381F (or 0x49381F) is known color: Clinker. HEX triplet: 49, 38 and 1F. RGB value is (73,56,31). Sum of RGB (Red+Green+Blue) = 73+56+31=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49381F is #B6C7E0. Grayscale: #3A3A3A. Windows color (decimal): -11978721 or 2046025. OLE color: 2046025.
HSL color Cylindrical-coordinate representation of color #49381F: hue angle of 35.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49381F is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 31 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.71 |
| HSL | 35.71º | 0.4% | 0.2% | - |
| HSV(B) | 35.71º | 0.58% | 0.29% | - |
| XYZ | 4.41 | 4.34 | 1.9 | - |
| YUV | 58.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 31 | 0 | 0.23 | 0.58 | 0.71 | 35.71 | 0.4 | 0.2 |
| Hex | 49 | 38 | 1F | 0 | 17 | 3A | 47 | 24 | 28 | 14 |
| Octal | 111 | 70 | 37 | 0 | 27 | 72 | 107 | 44 | 50 | 24 |
| Binary | 1001001 | 111000 | 11111 | 0 | 10111 | 111010 | 1000111 | 100100 | 101000 | 10100 |
Color Harmonies of #49381F
Complementary color
Monochromatic Colors of #49381F
Black with #49381F
Text Example
Text Example
White with #49381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49381F; }
p { color: rgb(73,56,31); }
H1.HeaderClassName
{
color: #49381F;
}
.AnyTagClassName
{
color: #49381F;
}
</style>
background-color css
<style>
a { background-color: #49381F; }
a { background-color: rgb(73,56,31); }
div.DivClassName
{
background-color: #49381F;
}
.BgClassName
{
background-color: #49381F;
}
</style>
border-color css
<style>
span { border-color: #49381F; }
span { border-color: rgb(73,56,31); }
td.TdClassName
{
border-color: #49381F;
}
.TagClassName
{
border-color: #49381F;
}
</style>