Shades of Tuatara #44473D
Tints of Tuatara #44473D
RGB
CMYK
RGB Variations
Color information
#44473D (or 0x44473D) is known color: Tuatara. HEX triplet: 44, 47 and 3D. RGB value is (68,71,61). Sum of RGB (Red+Green+Blue) = 68+71+61=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #44473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44473D is #BBB8C2. Grayscale: #454545. Windows color (decimal): -12302531 or 4015940. OLE color: 4015940.
HSL color Cylindrical-coordinate representation of color #44473D: hue angle of 78º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44473D is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 61 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.72 |
| HSL | 78º | 0.08% | 0.26% | - |
| HSV(B) | 78º | 0.14% | 0.28% | - |
| XYZ | 5.48 | 6.07 | 5.3 | - |
| YUV | 68.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 61 | 0.04 | 0 | 0.14 | 0.72 | 78 | 0.08 | 0.26 |
| Hex | 44 | 47 | 3D | 4 | 0 | E | 48 | 4E | 8 | 1A |
| Octal | 104 | 107 | 75 | 4 | 0 | 16 | 110 | 116 | 10 | 32 |
| Binary | 1000100 | 1000111 | 111101 | 100 | 0 | 1110 | 1001000 | 1001110 | 1000 | 11010 |
Color Harmonies of #44473D
Complementary color
Monochromatic Colors of #44473D
Black with #44473D
Text Example
Text Example
White with #44473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44473D; }
p { color: rgb(68,71,61); }
H1.HeaderClassName
{
color: #44473D;
}
.AnyTagClassName
{
color: #44473D;
}
</style>
background-color css
<style>
a { background-color: #44473D; }
a { background-color: rgb(68,71,61); }
div.DivClassName
{
background-color: #44473D;
}
.BgClassName
{
background-color: #44473D;
}
</style>
border-color css
<style>
span { border-color: #44473D; }
span { border-color: rgb(68,71,61); }
td.TdClassName
{
border-color: #44473D;
}
.TagClassName
{
border-color: #44473D;
}
</style>