Shades of Tuatara #44483B
Tints of Tuatara #44483B
RGB
CMYK
RGB Variations
Color information
#44483B (or 0x44483B) is known color: Tuatara. HEX triplet: 44, 48 and 3B. RGB value is (68,72,59). Sum of RGB (Red+Green+Blue) = 68+72+59=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #44483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44483B is #BBB7C4. Grayscale: #454545. Windows color (decimal): -12302277 or 3885124. OLE color: 3885124.
HSL color Cylindrical-coordinate representation of color #44483B: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44483B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 59 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.72 |
| HSL | 78.46º | 0.1% | 0.26% | - |
| HSV(B) | 78.46º | 0.18% | 0.28% | - |
| XYZ | 5.49 | 6.18 | 5.04 | - |
| YUV | 69.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 59 | 0.06 | 0 | 0.18 | 0.72 | 78.46 | 0.1 | 0.26 |
| Hex | 44 | 48 | 3B | 6 | 0 | 12 | 48 | 4E | A | 1A |
| Octal | 104 | 110 | 73 | 6 | 0 | 22 | 110 | 116 | 12 | 32 |
| Binary | 1000100 | 1001000 | 111011 | 110 | 0 | 10010 | 1001000 | 1001110 | 1010 | 11010 |
Color Harmonies of #44483B
Complementary color
Monochromatic Colors of #44483B
Black with #44483B
Text Example
Text Example
White with #44483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44483B; }
p { color: rgb(68,72,59); }
H1.HeaderClassName
{
color: #44483B;
}
.AnyTagClassName
{
color: #44483B;
}
</style>
background-color css
<style>
a { background-color: #44483B; }
a { background-color: rgb(68,72,59); }
div.DivClassName
{
background-color: #44483B;
}
.BgClassName
{
background-color: #44483B;
}
</style>
border-color css
<style>
span { border-color: #44483B; }
span { border-color: rgb(68,72,59); }
td.TdClassName
{
border-color: #44483B;
}
.TagClassName
{
border-color: #44483B;
}
</style>