Shades of Tuatara #44473F
Tints of Tuatara #44473F
RGB
CMYK
RGB Variations
Color information
#44473F (or 0x44473F) is known color: Tuatara. HEX triplet: 44, 47 and 3F. RGB value is (68,71,63). Sum of RGB (Red+Green+Blue) = 68+71+63=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #44473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44473F is #BBB8C0. Grayscale: #454545. Windows color (decimal): -12302529 or 4147012. OLE color: 4147012.
HSL color Cylindrical-coordinate representation of color #44473F: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #44473F is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 63 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.72 |
| HSL | 82.5º | 0.06% | 0.26% | - |
| HSV(B) | 82.5º | 0.11% | 0.28% | - |
| XYZ | 5.53 | 6.09 | 5.59 | - |
| YUV | 69.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 63 | 0.04 | 0 | 0.11 | 0.72 | 82.5 | 0.06 | 0.26 |
| Hex | 44 | 47 | 3F | 4 | 0 | B | 48 | 52 | 6 | 1A |
| Octal | 104 | 107 | 77 | 4 | 0 | 13 | 110 | 122 | 6 | 32 |
| Binary | 1000100 | 1000111 | 111111 | 100 | 0 | 1011 | 1001000 | 1010010 | 110 | 11010 |
Color Harmonies of #44473F
Complementary color
Monochromatic Colors of #44473F
Black with #44473F
Text Example
Text Example
White with #44473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44473F; }
p { color: rgb(68,71,63); }
H1.HeaderClassName
{
color: #44473F;
}
.AnyTagClassName
{
color: #44473F;
}
</style>
background-color css
<style>
a { background-color: #44473F; }
a { background-color: rgb(68,71,63); }
div.DivClassName
{
background-color: #44473F;
}
.BgClassName
{
background-color: #44473F;
}
</style>
border-color css
<style>
span { border-color: #44473F; }
span { border-color: rgb(68,71,63); }
td.TdClassName
{
border-color: #44473F;
}
.TagClassName
{
border-color: #44473F;
}
</style>