Shades of Tuatara #444838
Tints of Tuatara #444838
RGB
CMYK
RGB Variations
Color information
#444838 (or 0x444838) is known color: Tuatara. HEX triplet: 44, 48 and 38. RGB value is (68,72,56). Sum of RGB (Red+Green+Blue) = 68+72+56=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #444838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444838 is #BBB7C7. Grayscale: #454545. Windows color (decimal): -12302280 or 3688516. OLE color: 3688516.
HSL color Cylindrical-coordinate representation of color #444838: hue angle of 75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444838 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 56 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.72 |
| HSL | 75º | 0.13% | 0.25% | - |
| HSV(B) | 75º | 0.22% | 0.28% | - |
| XYZ | 5.42 | 6.15 | 4.64 | - |
| YUV | 68.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 56 | 0.06 | 0 | 0.22 | 0.72 | 75 | 0.13 | 0.25 |
| Hex | 44 | 48 | 38 | 6 | 0 | 16 | 48 | 4B | C | 19 |
| Octal | 104 | 110 | 70 | 6 | 0 | 26 | 110 | 113 | 14 | 31 |
| Binary | 1000100 | 1001000 | 111000 | 110 | 0 | 10110 | 1001000 | 1001011 | 1100 | 11001 |
Color Harmonies of #444838
Complementary color
Monochromatic Colors of #444838
Black with #444838
Text Example
Text Example
White with #444838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444838; }
p { color: rgb(68,72,56); }
H1.HeaderClassName
{
color: #444838;
}
.AnyTagClassName
{
color: #444838;
}
</style>
background-color css
<style>
a { background-color: #444838; }
a { background-color: rgb(68,72,56); }
div.DivClassName
{
background-color: #444838;
}
.BgClassName
{
background-color: #444838;
}
</style>
border-color css
<style>
span { border-color: #444838; }
span { border-color: rgb(68,72,56); }
td.TdClassName
{
border-color: #444838;
}
.TagClassName
{
border-color: #444838;
}
</style>