Shades of Tuatara #44473C
Tints of Tuatara #44473C
RGB
CMYK
RGB Variations
Color information
#44473C (or 0x44473C) is known color: Tuatara. HEX triplet: 44, 47 and 3C. RGB value is (68,71,60). Sum of RGB (Red+Green+Blue) = 68+71+60=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #44473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44473C is #BBB8C3. Grayscale: #444444. Windows color (decimal): -12302532 or 3950404. OLE color: 3950404.
HSL color Cylindrical-coordinate representation of color #44473C: hue angle of 76.36º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44473C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 60 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.72 |
| HSL | 76.36º | 0.08% | 0.26% | - |
| HSV(B) | 76.36º | 0.15% | 0.28% | - |
| XYZ | 5.45 | 6.06 | 5.16 | - |
| YUV | 68.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 60 | 0.04 | 0 | 0.15 | 0.72 | 76.36 | 0.08 | 0.26 |
| Hex | 44 | 47 | 3C | 4 | 0 | F | 48 | 4C | 8 | 1A |
| Octal | 104 | 107 | 74 | 4 | 0 | 17 | 110 | 114 | 10 | 32 |
| Binary | 1000100 | 1000111 | 111100 | 100 | 0 | 1111 | 1001000 | 1001100 | 1000 | 11010 |
Color Harmonies of #44473C
Complementary color
Monochromatic Colors of #44473C
Black with #44473C
Text Example
Text Example
White with #44473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44473C; }
p { color: rgb(68,71,60); }
H1.HeaderClassName
{
color: #44473C;
}
.AnyTagClassName
{
color: #44473C;
}
</style>
background-color css
<style>
a { background-color: #44473C; }
a { background-color: rgb(68,71,60); }
div.DivClassName
{
background-color: #44473C;
}
.BgClassName
{
background-color: #44473C;
}
</style>
border-color css
<style>
span { border-color: #44473C; }
span { border-color: rgb(68,71,60); }
td.TdClassName
{
border-color: #44473C;
}
.TagClassName
{
border-color: #44473C;
}
</style>